#032541

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

Shades of Tangaroa #032541

Tints of Tangaroa #032541

Color information

#032541 (or 0x032541) is unknown color: approx Tangaroa. HEX triplet: 03, 25 and 41. RGB value is (3,37,65). Sum of RGB (Red+Green+Blue) = 3+37+65=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 37 (14.84% from 255 or 35.24% from 105); Blue value is 65 (25.78% from 255 or 61.90% from 105); Max value from RGB is 65 - color contains mainly: blue. Hex color #032541 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032541 is #FCDABE. Grayscale: #1D1D1D. Windows color (decimal): -16571071 or 4269315. OLE color: 4269315.

HSL color Cylindrical-coordinate representation of color #032541: hue angle of 207.1º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #032541 is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB33765-
CMYK0.950.4300.75
HSL207.1º91.18%13.33%-
HSV(B)207.1º95.38%25.49%-
XYZ1.651.725.25-
YUV30.03147.74108.72-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.86%
GREEN value IS 37 (14.84% from 255) = 35.24%
BLUE value IS 65 (25.78% from 255) = 61.90%
R=2.86%
G=35.24%
B=61.90%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal337650.950.4300.75207.191.1813.33
Hex325415F2B04Bcf5bd
Octal34510113753011331713315
Binary1110010110000011011111101011010010111100111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032541; }

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

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

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

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

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

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

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

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