#221387

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

Shades of Ultramarine #221387

Tints of Ultramarine #221387

Color information

#221387 (or 0x221387) is unknown color: approx Ultramarine. HEX triplet: 22, 13 and 87. RGB value is (34,19,135). Sum of RGB (Red+Green+Blue) = 34+19+135=188 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.09% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 135 (53.12% from 255 or 71.81% from 188); Max value from RGB is 135 - color contains mainly: blue. Hex color #221387 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221387 is #DDEC78. Grayscale: #242424. Windows color (decimal): -14543993 or 8852258. OLE color: 8852258.

HSL color Cylindrical-coordinate representation of color #221387: hue angle of 247.76º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #221387 is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3419135-
CMYK0.750.8600.47
HSL247.76º75.32%30.2%-
HSV(B)247.76º85.93%52.94%-
XYZ5.272.5623.14-
YUV36.71183.47126.07-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.09%
GREEN value IS 19 (7.81% from 255) = 10.11%
BLUE value IS 135 (53.12% from 255) = 71.81%
R=18.09%
G=10.11%
B=71.81%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal34191350.750.8600.47247.7675.3230.2
Hex2213874B5602Ff84b1e
Octal422320711312605737011336
Binary100010100111000011110010111010110010111111111000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221387; }

 p { color: rgb(34,19,135); }

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

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

 a { background-color: rgb(34,19,135); }

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

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

 span { border-color: rgb(34,19,135); }

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