#031D3D

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

Shades of Tangaroa #031D3D

Tints of Tangaroa #031D3D

Color information

#031D3D (or 0x031D3D) is unknown color: approx Tangaroa. HEX triplet: 03, 1D and 3D. RGB value is (3,29,61). Sum of RGB (Red+Green+Blue) = 3+29+61=93 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.23% from 93); Green value is 29 (11.72% from 255 or 31.18% from 93); Blue value is 61 (24.22% from 255 or 65.59% from 93); Max value from RGB is 61 - color contains mainly: blue. Hex color #031D3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031D3D is #FCE2C2. Grayscale: #181818. Windows color (decimal): -16573123 or 4005123. OLE color: 4005123.

HSL color Cylindrical-coordinate representation of color #031D3D: hue angle of 213.1º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #031D3D is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB32961-
CMYK0.950.5200.76
HSL213.1º90.62%12.55%-
HSV(B)213.1º95.08%23.92%-
XYZ1.321.244.58-
YUV24.87148.39112.4-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.23%
GREEN value IS 29 (11.72% from 255) = 31.18%
BLUE value IS 61 (24.22% from 255) = 65.59%
R=3.23%
G=31.18%
B=65.59%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal329610.950.5200.76213.190.6212.55
Hex31D3D5F3404Cd55bd
Octal3357513764011432513315
Binary11111011111011011111110100010011001101010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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