#031E3F

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

Shades of Tangaroa #031E3F

Tints of Tangaroa #031E3F

Color information

#031E3F (or 0x031E3F) is unknown color: approx Tangaroa. HEX triplet: 03, 1E and 3F. RGB value is (3,30,63). Sum of RGB (Red+Green+Blue) = 3+30+63=96 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.12% from 96); Green value is 30 (12.11% from 255 or 31.25% from 96); Blue value is 63 (25% from 255 or 65.62% from 96); Max value from RGB is 63 - color contains mainly: blue. Hex color #031E3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031E3F is #FCE1C0. Grayscale: #191919. Windows color (decimal): -16572865 or 4136451. OLE color: 4136451.

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

Color convert

RGB33063-
CMYK0.950.5200.75
HSL213º90.91%12.94%-
HSV(B)213º95.24%24.71%-
XYZ1.41.314.88-
YUV25.69149.05111.82-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.12%
GREEN value IS 30 (12.11% from 255) = 31.25%
BLUE value IS 63 (25% from 255) = 65.62%
R=3.12%
G=31.25%
B=65.62%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal330630.950.5200.7521390.9112.94
Hex31E3F5F3404Bd55bd
Octal3367713764011332513315
Binary11111101111111011111110100010010111101010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,30,63); }

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

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

 a { background-color: rgb(3,30,63); }

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

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

 span { border-color: rgb(3,30,63); }

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