Html Css Color HEX #022339 Tangaroa

📋 copy color: '#022339'

red 2 ◦ green 35 ◦ blue 57

#022339
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tangaroa #022339

Tints of Tangaroa #022339

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 value IS 0.96

 M value IS 0.39

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#022339 (or 0x022339) is known color: 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

RGB 2 35 57 -
CMYK 0.96 0.39 0 0.78
HSL 204º 0.93% 0.12% -
HSV(B) 204º 0.96% 0.22% -
XYZ 1.36 1.51 4.09 -
YUV 27.64 144.57 109.71 -
System Red Green Blue C M Y K H S L
Decimal 2 35 57 0.96 0.39 0 0.78 204 0.93 0.12
Hex 2 23 39 60 27 0 4E CC 5D C
Octal 2 43 71 140 47 0 116 314 135 14
Binary 10 100011 111001 1100000 100111 0 1001110 11001100 1011101 1100

Color Harmonies of #022339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022339

Black with #022339

Text Example


Text Example

White with #022339

Text Example


Text Example

HTML Codes & Css Web 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>