#022446

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

Shades of Tangaroa #022446

Tints of Tangaroa #022446

Color information

#022446 (or 0x022446) is unknown color: approx Tangaroa. HEX triplet: 02, 24 and 46. RGB value is (2,36,70). Sum of RGB (Red+Green+Blue) = 2+36+70=108 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.85% from 108); Green value is 36 (14.45% from 255 or 33.33% from 108); Blue value is 70 (27.73% from 255 or 64.81% from 108); Max value from RGB is 70 - color contains mainly: blue. Hex color #022446 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022446 is #FDDBB9. Grayscale: #1D1D1D. Windows color (decimal): -16636858 or 4596738. OLE color: 4596738.

HSL color Cylindrical-coordinate representation of color #022446: hue angle of 210º 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 #022446 is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB23670-
CMYK0.970.4900.73
HSL210º94.44%14.12%-
HSV(B)210º97.14%27.45%-
XYZ1.761.726.03-
YUV29.71150.74108.24-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.85%
GREEN value IS 36 (14.45% from 255) = 33.33%
BLUE value IS 70 (27.73% from 255) = 64.81%
R=1.85%
G=33.33%
B=64.81%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal236700.970.4900.7321094.4414.12
Hex224466131049d25ee
Octal24410614161011132213616
Binary1010010010001101100001110001010010011101001010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022446; }

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

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

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

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

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

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

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

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