#032140

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

Shades of Tangaroa #032140

Tints of Tangaroa #032140

Color information

#032140 (or 0x032140) is unknown color: approx Tangaroa. HEX triplet: 03, 21 and 40. RGB value is (3,33,64). Sum of RGB (Red+Green+Blue) = 3+33+64=100 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3% from 100); Green value is 33 (13.28% from 255 or 33% from 100); Blue value is 64 (25.39% from 255 or 64% from 100); Max value from RGB is 64 - color contains mainly: blue. Hex color #032140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032140 is #FCDEBF. Grayscale: #1B1B1B. Windows color (decimal): -16572096 or 4202755. OLE color: 4202755.

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

Color convert

RGB33364-
CMYK0.950.4800.75
HSL210.49º91.04%13.14%-
HSV(B)210.49º95.31%25.1%-
XYZ1.511.485.06-
YUV27.56148.56110.48-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3%
GREEN value IS 33 (13.28% from 255) = 33%
BLUE value IS 64 (25.39% from 255) = 64%
R=3%
G=33%
B=64%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal333640.950.4800.75210.4991.0413.14
Hex321405F3004Bd25bd
Octal34110013760011332213315
Binary1110000110000001011111110000010010111101001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032140; }

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

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

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

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

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

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

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

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