#032942

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

Shades of Tangaroa #032942

Tints of Tangaroa #032942

Color information

#032942 (or 0x032942) is unknown color: approx Tangaroa. HEX triplet: 03, 29 and 42. RGB value is (3,41,66). Sum of RGB (Red+Green+Blue) = 3+41+66=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 41 (16.41% from 255 or 37.27% from 110); Blue value is 66 (26.17% from 255 or 60% from 110); Max value from RGB is 66 - color contains mainly: blue. Hex color #032942 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032942 is #FCD6BD. Grayscale: #202020. Windows color (decimal): -16570046 or 4335875. OLE color: 4335875.

HSL color Cylindrical-coordinate representation of color #032942: hue angle of 203.81º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #032942 is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB34166-
CMYK0.950.3800.74
HSL203.81º91.3%13.53%-
HSV(B)203.81º95.45%25.88%-
XYZ1.8125.44-
YUV32.49146.91106.97-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.73%
GREEN value IS 41 (16.41% from 255) = 37.27%
BLUE value IS 66 (26.17% from 255) = 60%
R=2.73%
G=37.27%
B=60%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal341660.950.3800.74203.8191.313.53
Hex329425F2604Acc5be
Octal35110213746011231413316
Binary1110100110000101011111100110010010101100110010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032942; }

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

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

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

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

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

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

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

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