#032946

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

Shades of Tangaroa #032946

Tints of Tangaroa #032946

Color information

#032946 (or 0x032946) is unknown color: approx Tangaroa. HEX triplet: 03, 29 and 46. RGB value is (3,41,70). Sum of RGB (Red+Green+Blue) = 3+41+70=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 41 (16.41% from 255 or 35.96% from 114); Blue value is 70 (27.73% from 255 or 61.40% from 114); Max value from RGB is 70 - color contains mainly: blue. Hex color #032946 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032946 is #FCD6B9. Grayscale: #202020. Windows color (decimal): -16570042 or 4598019. OLE color: 4598019.

HSL color Cylindrical-coordinate representation of color #032946: hue angle of 205.97º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032946 is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB34170-
CMYK0.960.4100.73
HSL205.97º91.78%14.31%-
HSV(B)205.97º95.71%27.45%-
XYZ1.942.056.09-
YUV32.94148.91106.64-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.63%
GREEN value IS 41 (16.41% from 255) = 35.96%
BLUE value IS 70 (27.73% from 255) = 61.40%
R=2.63%
G=35.96%
B=61.40%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal341700.960.4100.73205.9791.7814.31
Hex329466029049ce5ce
Octal35110614051011131613416
Binary1110100110001101100000101001010010011100111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032946; }

 p { color: rgb(3,41,70); }

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

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

 a { background-color: rgb(3,41,70); }

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

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

 span { border-color: rgb(3,41,70); }

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