#221489

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

Shades of Ultramarine #221489

Tints of Ultramarine #221489

Color information

#221489 (or 0x221489) is unknown color: approx Ultramarine. HEX triplet: 22, 14 and 89. RGB value is (34,20,137). Sum of RGB (Red+Green+Blue) = 34+20+137=191 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.80% from 191); Green value is 20 (8.20% from 255 or 10.47% from 191); Blue value is 137 (53.91% from 255 or 71.73% from 191); Max value from RGB is 137 - color contains mainly: blue. Hex color #221489 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221489 is #DDEB76. Grayscale: #252525. Windows color (decimal): -14543735 or 8983586. OLE color: 8983586.

HSL color Cylindrical-coordinate representation of color #221489: hue angle of 247.18º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #221489 is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3420137-
CMYK0.750.8500.46
HSL247.18º74.52%30.78%-
HSV(B)247.18º85.4%53.73%-
XYZ5.432.6523.89-
YUV37.52184.14125.49-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.80%
GREEN value IS 20 (8.20% from 255) = 10.47%
BLUE value IS 137 (53.91% from 255) = 71.73%
R=17.80%
G=10.47%
B=71.73%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal34201370.750.8500.46247.1874.5230.78
Hex2214894B5502Ef74b1f
Octal422421111312505636711337
Binary100010101001000100110010111010101010111011110111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221489; }

 p { color: rgb(34,20,137); }

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

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

 a { background-color: rgb(34,20,137); }

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

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

 span { border-color: rgb(34,20,137); }

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