#032040

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

Shades of Tangaroa #032040

Tints of Tangaroa #032040

Color information

#032040 (or 0x032040) is unknown color: approx Tangaroa. HEX triplet: 03, 20 and 40. RGB value is (3,32,64). Sum of RGB (Red+Green+Blue) = 3+32+64=99 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3.03% from 99); Green value is 32 (12.89% from 255 or 32.32% from 99); Blue value is 64 (25.39% from 255 or 64.65% from 99); Max value from RGB is 64 - color contains mainly: blue. Hex color #032040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032040 is #FCDFBF. Grayscale: #1A1A1A. Windows color (decimal): -16572352 or 4202499. OLE color: 4202499.

HSL color Cylindrical-coordinate representation of color #032040: hue angle of 211.48º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #032040 is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB33264-
CMYK0.950.5000.75
HSL211.48º91.04%13.14%-
HSV(B)211.48º95.31%25.1%-
XYZ1.481.425.05-
YUV26.98148.89110.9-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.03%
GREEN value IS 32 (12.89% from 255) = 32.32%
BLUE value IS 64 (25.39% from 255) = 64.65%
R=3.03%
G=32.32%
B=64.65%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal332640.950.5000.75211.4891.0413.14
Hex320405F3204Bd35bd
Octal34010013762011332313315
Binary1110000010000001011111110010010010111101001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032040; }

 p { color: rgb(3,32,64); }

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

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

 a { background-color: rgb(3,32,64); }

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

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

 span { border-color: rgb(3,32,64); }

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