#222B66

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

Shades of Deep Koamaru #222B66

Tints of Deep Koamaru #222B66

Color information

#222B66 (or 0x222B66) is unknown color: approx Deep Koamaru. HEX triplet: 22, 2B and 66. RGB value is (34,43,102). Sum of RGB (Red+Green+Blue) = 34+43+102=179 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.99% from 179); Green value is 43 (17.19% from 255 or 24.02% from 179); Blue value is 102 (40.23% from 255 or 56.98% from 179); Max value from RGB is 102 - color contains mainly: blue. Hex color #222B66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222B66 is #DDD499. Grayscale: #2E2E2E. Windows color (decimal): -14537882 or 6695714. OLE color: 6695714.

HSL color Cylindrical-coordinate representation of color #222B66: hue angle of 232.06º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #222B66 is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3443102-
CMYK0.670.5800.6
HSL232.06º50%26.67%-
HSV(B)232.06º66.67%40%-
XYZ3.923.0312.95-
YUV47.04159.02118.7-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.99%
GREEN value IS 43 (17.19% from 255) = 24.02%
BLUE value IS 102 (40.23% from 255) = 56.98%
R=18.99%
G=24.02%
B=56.98%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal34431020.670.5800.6232.065026.67
Hex222B66433A03Ce8321b
Octal4253146103720743506233
Binary1000101010111100110100001111101001111001110100011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,43,102); }

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

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

 a { background-color: rgb(34,43,102); }

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

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

 span { border-color: rgb(34,43,102); }

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