#222C68

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

Shades of Deep Koamaru #222C68

Tints of Deep Koamaru #222C68

Color information

#222C68 (or 0x222C68) is unknown color: approx Deep Koamaru. HEX triplet: 22, 2C and 68. RGB value is (34,44,104). Sum of RGB (Red+Green+Blue) = 34+44+104=182 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.68% from 182); Green value is 44 (17.58% from 255 or 24.18% from 182); Blue value is 104 (41.02% from 255 or 57.14% from 182); Max value from RGB is 104 - color contains mainly: blue. Hex color #222C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222C68 is #DDD397. Grayscale: #2F2F2F. Windows color (decimal): -14537624 or 6827042. OLE color: 6827042.

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

Color convert

RGB3444104-
CMYK0.670.5800.59
HSL231.43º50.72%27.06%-
HSV(B)231.43º67.31%40.78%-
XYZ4.063.1413.49-
YUV47.85159.69118.12-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.68%
GREEN value IS 44 (17.58% from 255) = 24.18%
BLUE value IS 104 (41.02% from 255) = 57.14%
R=18.68%
G=24.18%
B=57.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal34441040.670.5800.59231.4350.7227.06
Hex222C68433A03Be7331b
Octal4254150103720733476333
Binary1000101011001101000100001111101001110111110011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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