#032939

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

Shades of Tangaroa #032939

Tints of Tangaroa #032939

Color information

#032939 (or 0x032939) is unknown color: approx Tangaroa. HEX triplet: 03, 29 and 39. RGB value is (3,41,57). Sum of RGB (Red+Green+Blue) = 3+41+57=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 41 (16.41% from 255 or 40.59% from 101); Blue value is 57 (22.66% from 255 or 56.44% from 101); Max value from RGB is 57 - color contains mainly: blue. Hex color #032939 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032939 is #FCD6C6. Grayscale: #1F1F1F. Windows color (decimal): -16570055 or 3746051. OLE color: 3746051.

HSL color Cylindrical-coordinate representation of color #032939: hue angle of 197.78º 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 #032939 is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB34157-
CMYK0.950.2800.78
HSL197.78º90%11.76%-
HSV(B)197.78º94.74%22.35%-
XYZ1.571.94.16-
YUV31.46142.41107.7-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.97%
GREEN value IS 41 (16.41% from 255) = 40.59%
BLUE value IS 57 (22.66% from 255) = 56.44%
R=2.97%
G=40.59%
B=56.44%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal341570.950.2800.78197.789011.76
Hex329395F1C04Ec65ac
Octal3517113734011630613214
Binary11101001111001101111111100010011101100011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032939; }

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

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

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

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

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

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

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

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