#022344

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

Shades of Tangaroa #022344

Tints of Tangaroa #022344

Color information

#022344 (or 0x022344) is unknown color: approx Tangaroa. HEX triplet: 02, 23 and 44. RGB value is (2,35,68). Sum of RGB (Red+Green+Blue) = 2+35+68=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 35 (14.06% from 255 or 33.33% from 105); Blue value is 68 (26.95% from 255 or 64.76% from 105); Max value from RGB is 68 - color contains mainly: blue. Hex color #022344 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022344 is #FDDCBB. Grayscale: #1C1C1C. Windows color (decimal): -16637116 or 4465410. OLE color: 4465410.

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

Color convert

RGB23568-
CMYK0.970.4900.73
HSL210º94.29%13.73%-
HSV(B)210º97.06%26.67%-
XYZ1.671.635.7-
YUV28.89150.07108.82-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.90%
GREEN value IS 35 (14.06% from 255) = 33.33%
BLUE value IS 68 (26.95% from 255) = 64.76%
R=1.90%
G=33.33%
B=64.76%

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
Decimal235680.970.4900.7321094.2913.73
Hex223446131049d25ee
Octal24310414161011132213616
Binary1010001110001001100001110001010010011101001010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022344; }

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

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

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

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

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

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

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

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