#032240

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

Shades of Tangaroa #032240

Tints of Tangaroa #032240

Color information

#032240 (or 0x032240) is unknown color: approx Tangaroa. HEX triplet: 03, 22 and 40. RGB value is (3,34,64). Sum of RGB (Red+Green+Blue) = 3+34+64=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 34 (13.67% from 255 or 33.66% from 101); Blue value is 64 (25.39% from 255 or 63.37% from 101); Max value from RGB is 64 - color contains mainly: blue. Hex color #032240 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032240 is #FCDDBF. Grayscale: #1B1B1B. Windows color (decimal): -16571840 or 4203011. OLE color: 4203011.

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

Color convert

RGB33464-
CMYK0.950.4700.75
HSL209.51º91.04%13.14%-
HSV(B)209.51º95.31%25.1%-
XYZ1.531.535.07-
YUV28.15148.23110.06-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.97%
GREEN value IS 34 (13.67% from 255) = 33.66%
BLUE value IS 64 (25.39% from 255) = 63.37%
R=2.97%
G=33.66%
B=63.37%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal334640.950.4700.75209.5191.0413.14
Hex322405F2F04Bd25bd
Octal34210013757011332213315
Binary1110001010000001011111101111010010111101001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032240; }

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

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

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

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

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

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

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

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