#022346

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

Shades of Tangaroa #022346

Tints of Tangaroa #022346

Color information

#022346 (or 0x022346) is unknown color: approx Tangaroa. HEX triplet: 02, 23 and 46. RGB value is (2,35,70). Sum of RGB (Red+Green+Blue) = 2+35+70=107 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.87% from 107); Green value is 35 (14.06% from 255 or 32.71% from 107); Blue value is 70 (27.73% from 255 or 65.42% from 107); Max value from RGB is 70 - color contains mainly: blue. Hex color #022346 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022346 is #FDDCB9. Grayscale: #1C1C1C. Windows color (decimal): -16637114 or 4596482. OLE color: 4596482.

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

Color convert

RGB23570-
CMYK0.970.500.73
HSL210.88º94.44%14.12%-
HSV(B)210.88º97.14%27.45%-
XYZ1.731.666.02-
YUV29.12151.07108.65-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.87%
GREEN value IS 35 (14.06% from 255) = 32.71%
BLUE value IS 70 (27.73% from 255) = 65.42%
R=1.87%
G=32.71%
B=65.42%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal235700.970.500.73210.8894.4414.12
Hex223466132049d35ee
Octal24310614162011132313616
Binary1010001110001101100001110010010010011101001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022346; }

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

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

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

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

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

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

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

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