#222D71

Color #222D71 Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #222D71

Tints of Deep Koamaru #222D71

Color information

#222D71 (or 0x222D71) is unknown color: approx Deep Koamaru. HEX triplet: 22, 2D and 71. RGB value is (34,45,113). Sum of RGB (Red+Green+Blue) = 34+45+113=192 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.71% from 192); Green value is 45 (17.97% from 255 or 23.44% from 192); Blue value is 113 (44.53% from 255 or 58.85% from 192); Max value from RGB is 113 - color contains mainly: blue. Hex color #222D71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222D71 is #DDD28E. Grayscale: #313131. Windows color (decimal): -14537359 or 7417122. OLE color: 7417122.

HSL color Cylindrical-coordinate representation of color #222D71: hue angle of 231.65º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #222D71 is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3445113-
CMYK0.700.6000.56
HSL231.65º53.74%28.82%-
HSV(B)231.65º69.91%44.31%-
XYZ4.583.4116.04-
YUV49.46163.86116.97-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.71%
GREEN value IS 45 (17.97% from 255) = 23.44%
BLUE value IS 113 (44.53% from 255) = 58.85%
R=17.71%
G=23.44%
B=58.85%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal34451130.700.6000.56231.6553.7428.82
Hex222D71463C038e8361d
Octal4255161106740703506635
Binary1000101011011110001100011011110001110001110100011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222D71; }

 p { color: rgb(34,45,113); }

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

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

 a { background-color: rgb(34,45,113); }

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

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

 span { border-color: rgb(34,45,113); }

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