#032542

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

Shades of Tangaroa #032542

Tints of Tangaroa #032542

Color information

#032542 (or 0x032542) is unknown color: approx Tangaroa. HEX triplet: 03, 25 and 42. RGB value is (3,37,66). Sum of RGB (Red+Green+Blue) = 3+37+66=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 37 (14.84% from 255 or 34.91% from 106); Blue value is 66 (26.17% from 255 or 62.26% from 106); Max value from RGB is 66 - color contains mainly: blue. Hex color #032542 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032542 is #FCDABD. Grayscale: #1D1D1D. Windows color (decimal): -16571070 or 4334851. OLE color: 4334851.

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

Color convert

RGB33766-
CMYK0.950.4400.74
HSL207.62º91.3%13.53%-
HSV(B)207.62º95.45%25.88%-
XYZ1.681.745.4-
YUV30.14148.24108.64-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.83%
GREEN value IS 37 (14.84% from 255) = 34.91%
BLUE value IS 66 (26.17% from 255) = 62.26%
R=2.83%
G=34.91%
B=62.26%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal337660.950.4400.74207.6291.313.53
Hex325425F2C04Ad05be
Octal34510213754011232013316
Binary1110010110000101011111101100010010101101000010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032542; }

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

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

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

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

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

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

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

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