#032B41

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

Shades of Tangaroa #032B41

Tints of Tangaroa #032B41

Color information

#032B41 (or 0x032B41) is unknown color: approx Tangaroa. HEX triplet: 03, 2B and 41. RGB value is (3,43,65). Sum of RGB (Red+Green+Blue) = 3+43+65=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 43 (17.19% from 255 or 38.74% from 111); Blue value is 65 (25.78% from 255 or 58.56% from 111); Max value from RGB is 65 - color contains mainly: blue. Hex color #032B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032B41 is #FCD4BE. Grayscale: #212121. Windows color (decimal): -16569535 or 4270851. OLE color: 4270851.

HSL color Cylindrical-coordinate representation of color #032B41: hue angle of 201.29º 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 #032B41 is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB34365-
CMYK0.950.3400.75
HSL201.29º91.18%13.33%-
HSV(B)201.29º95.38%25.49%-
XYZ1.862.135.31-
YUV33.55145.75106.21-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.70%
GREEN value IS 43 (17.19% from 255) = 38.74%
BLUE value IS 65 (25.78% from 255) = 58.56%
R=2.70%
G=38.74%
B=58.56%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal343650.950.3400.75201.2991.1813.33
Hex32B415F2204Bc95bd
Octal35310113742011331113315
Binary1110101110000011011111100010010010111100100110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032B41; }

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

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

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

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

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

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

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

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