#221FA3

Color #221FA3 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #221FA3

Tints of Ultramarine #221FA3

Color information

#221FA3 (or 0x221FA3) is unknown color: approx Ultramarine. HEX triplet: 22, 1F and A3. RGB value is (34,31,163). Sum of RGB (Red+Green+Blue) = 34+31+163=228 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.91% from 228); Green value is 31 (12.5% from 255 or 13.60% from 228); Blue value is 163 (64.06% from 255 or 71.49% from 228); Max value from RGB is 163 - color contains mainly: blue. Hex color #221FA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #221FA3 is #DDE05C. Grayscale: #2E2E2E. Windows color (decimal): -14540893 or 10690338. OLE color: 10690338.

HSL color Cylindrical-coordinate representation of color #221FA3: hue angle of 241.36º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #221FA3 is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3431163-
CMYK0.790.8100.36
HSL241.36º68.04%38.04%-
HSV(B)241.36º80.98%63.92%-
XYZ7.763.9635.01-
YUV46.94193.49118.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 34 (13.67% from 255) = 14.91%
GREEN value IS 31 (12.5% from 255) = 13.60%
BLUE value IS 163 (64.06% from 255) = 71.49%
R=14.91%
G=13.60%
B=71.49%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal34311630.790.8100.36241.3668.0438.04
Hex221FA34F51024f14426
Octal423724311712104436110446
Binary1000101111110100011100111110100010100100111100011000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221FA3; }

 p { color: rgb(34,31,163); }

 H1.HeaderClassName
 {
   color: #221FA3;
 }
 .AnyTagClassName
 {
   color: #221FA3;
 }
</style>
background-color css

<style>
 a { background-color: #221FA3; }

 a { background-color: rgb(34,31,163); }

 div.DivClassName
 {
   background-color: #221FA3;
 }
 .BgClassName
 {
   background-color: #221FA3;
 }
</style>
border-color css

<style>
 span { border-color: #221FA3; }

 span { border-color: rgb(34,31,163); }

 td.TdClassName
 {
   border-color: #221FA3;
 }
 .TagClassName
 {
   border-color: #221FA3;
 }
</style>