#031D3A

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

Shades of Tangaroa #031D3A

Tints of Tangaroa #031D3A

Color information

#031D3A (or 0x031D3A) is unknown color: approx Tangaroa. HEX triplet: 03, 1D and 3A. RGB value is (3,29,58). Sum of RGB (Red+Green+Blue) = 3+29+58=90 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.33% from 90); Green value is 29 (11.72% from 255 or 32.22% from 90); Blue value is 58 (23.05% from 255 or 64.44% from 90); Max value from RGB is 58 - color contains mainly: blue. Hex color #031D3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031D3A is #FCE2C5. Grayscale: #181818. Windows color (decimal): -16573126 or 3808515. OLE color: 3808515.

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

Color convert

RGB32958-
CMYK0.950.500.77
HSL211.64º90.16%11.96%-
HSV(B)211.64º94.83%22.75%-
XYZ1.241.24.17-
YUV24.53146.89112.64-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.33%
GREEN value IS 29 (11.72% from 255) = 32.22%
BLUE value IS 58 (23.05% from 255) = 64.44%
R=3.33%
G=32.22%
B=64.44%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal329580.950.500.77211.6490.1611.96
Hex31D3A5F3204Dd45ac
Octal3357213762011532413214
Binary11111011110101011111110010010011011101010010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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