#222C6B

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

Shades of Deep Koamaru #222C6B

Tints of Deep Koamaru #222C6B

Color information

#222C6B (or 0x222C6B) is unknown color: approx Deep Koamaru. HEX triplet: 22, 2C and 6B. RGB value is (34,44,107). Sum of RGB (Red+Green+Blue) = 34+44+107=185 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.38% from 185); Green value is 44 (17.58% from 255 or 23.78% from 185); Blue value is 107 (42.19% from 255 or 57.84% from 185); Max value from RGB is 107 - color contains mainly: blue. Hex color #222C6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222C6B is #DDD394. Grayscale: #2F2F2F. Windows color (decimal): -14537621 or 7023650. OLE color: 7023650.

HSL color Cylindrical-coordinate representation of color #222C6B: hue angle of 231.78º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #222C6B is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3444107-
CMYK0.680.5900.58
HSL231.78º51.77%27.65%-
HSV(B)231.78º68.22%41.96%-
XYZ4.213.214.31-
YUV48.19161.19117.88-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.38%
GREEN value IS 44 (17.58% from 255) = 23.78%
BLUE value IS 107 (42.19% from 255) = 57.84%
R=18.38%
G=23.78%
B=57.84%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal34441070.680.5900.58231.7851.7727.65
Hex222C6B443B03Ae8341c
Octal4254153104730723506434
Binary1000101011001101011100010011101101110101110100011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,44,107); }

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

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

 a { background-color: rgb(34,44,107); }

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

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

 span { border-color: rgb(34,44,107); }

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