Html Css Color HEX #032139 Tangaroa

📋 copy color: '#032139'

red 3 ◦ green 33 ◦ blue 57

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

Shades of Tangaroa #032139

Tints of Tangaroa #032139

RGB

 RED value IS 3 (1.56% from 255) = 3.23%

 GREEN value IS 33 (13.28% from 255) = 35.48%

 BLUE value IS 57 (22.66% from 255) = 61.29%

R = 3.23%
G = 35.48%
B = 61.29%

CMYK

 C value IS 0.95

 M value IS 0.42

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#032139 (or 0x032139) is known color: Tangaroa. HEX triplet: 03, 21 and 39. RGB value is (3,33,57). Sum of RGB (Red+Green+Blue) = 3+33+57=93 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.23% from 93); Green value is 33 (13.28% from 255 or 35.48% from 93); Blue value is 57 (22.66% from 255 or 61.29% from 93); Max value from RGB is 57 - color contains mainly: blue. Hex color #032139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032139 is #FCDEC6. Grayscale: #1A1A1A. Windows color (decimal): -16572103 or 3744003. OLE color: 3744003.

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

Color convert

RGB 3 33 57 -
CMYK 0.95 0.42 0 0.78
HSL 206.67º 0.9% 0.12% -
HSV(B) 206.67º 0.95% 0.22% -
XYZ 1.32 1.4 4.07 -
YUV 26.77 145.06 111.05 -
System Red Green Blue C M Y K H S L
Decimal 3 33 57 0.95 0.42 0 0.78 206.67 0.9 0.12
Hex 3 21 39 5F 2A 0 4E CF 5A C
Octal 3 41 71 137 52 0 116 317 132 14
Binary 11 100001 111001 1011111 101010 0 1001110 11001111 1011010 1100

Color Harmonies of #032139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032139

Black with #032139

Text Example


Text Example

White with #032139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032139; }

 p { color: rgb(3,33,57); }

 H1.HeaderClassName
 {
   color: #032139;
 }
 .AnyTagClassName
 {
   color: #032139;
 }
</style>

background-color css

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

 a { background-color: rgb(3,33,57); }

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

border-color css

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

 span { border-color: rgb(3,33,57); }

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