#032341

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

Shades of Tangaroa #032341

Tints of Tangaroa #032341

Color information

#032341 (or 0x032341) is unknown color: approx Tangaroa. HEX triplet: 03, 23 and 41. RGB value is (3,35,65). Sum of RGB (Red+Green+Blue) = 3+35+65=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 35 (14.06% from 255 or 33.98% from 103); Blue value is 65 (25.78% from 255 or 63.11% from 103); Max value from RGB is 65 - color contains mainly: blue. Hex color #032341 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032341 is #FCDCBE. Grayscale: #1C1C1C. Windows color (decimal): -16571583 or 4268803. OLE color: 4268803.

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

Color convert

RGB33565-
CMYK0.950.4600.75
HSL209.03º91.18%13.33%-
HSV(B)209.03º95.38%25.49%-
XYZ1.591.65.23-
YUV28.85148.4109.56-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.91%
GREEN value IS 35 (14.06% from 255) = 33.98%
BLUE value IS 65 (25.78% from 255) = 63.11%
R=2.91%
G=33.98%
B=63.11%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal335650.950.4600.75209.0391.1813.33
Hex323415F2E04Bd15bd
Octal34310113756011332113315
Binary1110001110000011011111101110010010111101000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032341; }

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

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

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

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

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

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

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

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