#031B39

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

Shades of Tangaroa #031B39

Tints of Tangaroa #031B39

Color information

#031B39 (or 0x031B39) is unknown color: approx Tangaroa. HEX triplet: 03, 1B and 39. RGB value is (3,27,57). Sum of RGB (Red+Green+Blue) = 3+27+57=87 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.45% from 87); Green value is 27 (10.94% from 255 or 31.03% from 87); Blue value is 57 (22.66% from 255 or 65.52% from 87); Max value from RGB is 57 - color contains mainly: blue. Hex color #031B39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031B39 is #FCE4C6. Grayscale: #171717. Windows color (decimal): -16573639 or 3742467. OLE color: 3742467.

HSL color Cylindrical-coordinate representation of color #031B39: hue angle of 213.33º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #031B39 is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB32757-
CMYK0.950.5300.78
HSL213.33º90%11.76%-
HSV(B)213.33º94.74%22.35%-
XYZ1.171.14.02-
YUV23.24147.05113.56-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.45%
GREEN value IS 27 (10.94% from 255) = 31.03%
BLUE value IS 57 (22.66% from 255) = 65.52%
R=3.45%
G=31.03%
B=65.52%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal327570.950.5300.78213.339011.76
Hex31B395F3504Ed55ac
Octal3337113765011632513214
Binary11110111110011011111110101010011101101010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031B39; }

 p { color: rgb(3,27,57); }

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

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

 a { background-color: rgb(3,27,57); }

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

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

 span { border-color: rgb(3,27,57); }

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