#032842

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

Shades of Tangaroa #032842

Tints of Tangaroa #032842

Color information

#032842 (or 0x032842) is unknown color: approx Tangaroa. HEX triplet: 03, 28 and 42. RGB value is (3,40,66). Sum of RGB (Red+Green+Blue) = 3+40+66=109 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.75% from 109); Green value is 40 (16.02% from 255 or 36.70% from 109); Blue value is 66 (26.17% from 255 or 60.55% from 109); Max value from RGB is 66 - color contains mainly: blue. Hex color #032842 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032842 is #FCD7BD. Grayscale: #1F1F1F. Windows color (decimal): -16570302 or 4335619. OLE color: 4335619.

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

Color convert

RGB34066-
CMYK0.950.3900.74
HSL204.76º91.3%13.53%-
HSV(B)204.76º95.45%25.88%-
XYZ1.781.935.43-
YUV31.9147.24107.39-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.75%
GREEN value IS 40 (16.02% from 255) = 36.70%
BLUE value IS 66 (26.17% from 255) = 60.55%
R=2.75%
G=36.70%
B=60.55%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal340660.950.3900.74204.7691.313.53
Hex328425F2704Acd5be
Octal35010213747011231513316
Binary1110100010000101011111100111010010101100110110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032842; }

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

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

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

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

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

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

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

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