#022339

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

Shades of Tangaroa #022339

Tints of Tangaroa #022339

Color information

#022339 (or 0x022339) is unknown color: approx Tangaroa. HEX triplet: 02, 23 and 39. RGB value is (2,35,57). Sum of RGB (Red+Green+Blue) = 2+35+57=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 35 (14.06% from 255 or 37.23% from 94); Blue value is 57 (22.66% from 255 or 60.64% from 94); Max value from RGB is 57 - color contains mainly: blue. Hex color #022339 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022339 is #FDDCC6. Grayscale: #1B1B1B. Windows color (decimal): -16637127 or 3744514. OLE color: 3744514.

HSL color Cylindrical-coordinate representation of color #022339: hue angle of 204º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #022339 is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB23557-
CMYK0.960.3900.78
HSL204º93.22%11.57%-
HSV(B)204º96.49%22.35%-
XYZ1.361.514.09-
YUV27.64144.57109.71-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.13%
GREEN value IS 35 (14.06% from 255) = 37.23%
BLUE value IS 57 (22.66% from 255) = 60.64%
R=2.13%
G=37.23%
B=60.64%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal235570.960.3900.7820493.2211.57
Hex22339602704Ecc5dc
Octal2437114047011631413514
Binary101000111110011100000100111010011101100110010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022339; }

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

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

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

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

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

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

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

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