#022444

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

Shades of Tangaroa #022444

Tints of Tangaroa #022444

Color information

#022444 (or 0x022444) is unknown color: approx Tangaroa. HEX triplet: 02, 24 and 44. RGB value is (2,36,68). Sum of RGB (Red+Green+Blue) = 2+36+68=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 36 (14.45% from 255 or 33.96% from 106); Blue value is 68 (26.95% from 255 or 64.15% from 106); Max value from RGB is 68 - color contains mainly: blue. Hex color #022444 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022444 is #FDDBBB. Grayscale: #1D1D1D. Windows color (decimal): -16636860 or 4465666. OLE color: 4465666.

HSL color Cylindrical-coordinate representation of color #022444: hue angle of 209.09º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022444 is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB23668-
CMYK0.970.4700.73
HSL209.09º94.29%13.73%-
HSV(B)209.09º97.06%26.67%-
XYZ1.71.695.71-
YUV29.48149.74108.4-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.89%
GREEN value IS 36 (14.45% from 255) = 33.96%
BLUE value IS 68 (26.95% from 255) = 64.15%
R=1.89%
G=33.96%
B=64.15%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal236680.970.4700.73209.0994.2913.73
Hex22444612F049d15ee
Octal24410414157011132113616
Binary1010010010001001100001101111010010011101000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022444; }

 p { color: rgb(2,36,68); }

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

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

 a { background-color: rgb(2,36,68); }

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

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

 span { border-color: rgb(2,36,68); }

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