#031D3F

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

Shades of Tangaroa #031D3F

Tints of Tangaroa #031D3F

Color information

#031D3F (or 0x031D3F) is unknown color: approx Tangaroa. HEX triplet: 03, 1D and 3F. RGB value is (3,29,63). Sum of RGB (Red+Green+Blue) = 3+29+63=95 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.16% from 95); Green value is 29 (11.72% from 255 or 30.53% from 95); Blue value is 63 (25% from 255 or 66.32% from 95); Max value from RGB is 63 - color contains mainly: blue. Hex color #031D3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031D3F is #FCE2C0. Grayscale: #181818. Windows color (decimal): -16573121 or 4136195. OLE color: 4136195.

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

Color convert

RGB32963-
CMYK0.950.5400.75
HSL214º90.91%12.94%-
HSV(B)214º95.24%24.71%-
XYZ1.371.264.87-
YUV25.1149.39112.24-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.16%
GREEN value IS 29 (11.72% from 255) = 30.53%
BLUE value IS 63 (25% from 255) = 66.32%
R=3.16%
G=30.53%
B=66.32%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal329630.950.5400.7521490.9112.94
Hex31D3F5F3604Bd65bd
Octal3357713766011332613315
Binary11111011111111011111110110010010111101011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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