#032840

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

Shades of Tangaroa #032840

Tints of Tangaroa #032840

Color information

#032840 (or 0x032840) is unknown color: approx Tangaroa. HEX triplet: 03, 28 and 40. RGB value is (3,40,64). Sum of RGB (Red+Green+Blue) = 3+40+64=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 40 (16.02% from 255 or 37.38% from 107); Blue value is 64 (25.39% from 255 or 59.81% from 107); Max value from RGB is 64 - color contains mainly: blue. Hex color #032840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032840 is #FCD7BF. Grayscale: #1F1F1F. Windows color (decimal): -16570304 or 4204547. OLE color: 4204547.

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

Color convert

RGB34064-
CMYK0.950.3800.75
HSL203.61º91.04%13.14%-
HSV(B)203.61º95.31%25.1%-
XYZ1.721.915.13-
YUV31.67146.24107.55-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.80%
GREEN value IS 40 (16.02% from 255) = 37.38%
BLUE value IS 64 (25.39% from 255) = 59.81%
R=2.80%
G=37.38%
B=59.81%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal340640.950.3800.75203.6191.0413.14
Hex328405F2604Bcc5bd
Octal35010013746011331413315
Binary1110100010000001011111100110010010111100110010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032840; }

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

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

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

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

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

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

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

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