#032442

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

Shades of Tangaroa #032442

Tints of Tangaroa #032442

Color information

#032442 (or 0x032442) is unknown color: approx Tangaroa. HEX triplet: 03, 24 and 42. RGB value is (3,36,66). Sum of RGB (Red+Green+Blue) = 3+36+66=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 36 (14.45% from 255 or 34.29% from 105); Blue value is 66 (26.17% from 255 or 62.86% from 105); Max value from RGB is 66 - color contains mainly: blue. Hex color #032442 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032442 is #FCDBBD. Grayscale: #1D1D1D. Windows color (decimal): -16571326 or 4334595. OLE color: 4334595.

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

Color convert

RGB33666-
CMYK0.950.4500.74
HSL208.57º91.3%13.53%-
HSV(B)208.57º95.45%25.88%-
XYZ1.651.675.39-
YUV29.55148.57109.06-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.86%
GREEN value IS 36 (14.45% from 255) = 34.29%
BLUE value IS 66 (26.17% from 255) = 62.86%
R=2.86%
G=34.29%
B=62.86%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal336660.950.4500.74208.5791.313.53
Hex324425F2D04Ad15be
Octal34410213755011232113316
Binary1110010010000101011111101101010010101101000110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032442; }

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

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

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

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

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

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

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

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