#032940

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

Shades of Tangaroa #032940

Tints of Tangaroa #032940

Color information

#032940 (or 0x032940) is unknown color: approx Tangaroa. HEX triplet: 03, 29 and 40. RGB value is (3,41,64). Sum of RGB (Red+Green+Blue) = 3+41+64=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 41 (16.41% from 255 or 37.96% from 108); Blue value is 64 (25.39% from 255 or 59.26% from 108); Max value from RGB is 64 - color contains mainly: blue. Hex color #032940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032940 is #FCD6BF. Grayscale: #202020. Windows color (decimal): -16570048 or 4204803. OLE color: 4204803.

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

Color convert

RGB34164-
CMYK0.950.3600.75
HSL202.62º91.04%13.14%-
HSV(B)202.62º95.31%25.1%-
XYZ1.761.985.14-
YUV32.26145.91107.13-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.78%
GREEN value IS 41 (16.41% from 255) = 37.96%
BLUE value IS 64 (25.39% from 255) = 59.26%
R=2.78%
G=37.96%
B=59.26%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal341640.950.3600.75202.6291.0413.14
Hex329405F2404Bcb5bd
Octal35110013744011331313315
Binary1110100110000001011111100100010010111100101110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032940; }

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

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

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

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

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

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

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

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