#031F3D

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

Shades of Tangaroa #031F3D

Tints of Tangaroa #031F3D

Color information

#031F3D (or 0x031F3D) is unknown color: approx Tangaroa. HEX triplet: 03, 1F and 3D. RGB value is (3,31,61). Sum of RGB (Red+Green+Blue) = 3+31+61=95 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.16% from 95); Green value is 31 (12.5% from 255 or 32.63% from 95); Blue value is 61 (24.22% from 255 or 64.21% from 95); Max value from RGB is 61 - color contains mainly: blue. Hex color #031F3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031F3D is #FCE0C2. Grayscale: #191919. Windows color (decimal): -16572611 or 4005635. OLE color: 4005635.

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

Color convert

RGB33161-
CMYK0.950.4900.76
HSL211.03º90.62%12.55%-
HSV(B)211.03º95.08%23.92%-
XYZ1.371.344.6-
YUV26.05147.72111.56-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.16%
GREEN value IS 31 (12.5% from 255) = 32.63%
BLUE value IS 61 (24.22% from 255) = 64.21%
R=3.16%
G=32.63%
B=64.21%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal331610.950.4900.76211.0390.6212.55
Hex31F3D5F3104Cd35bd
Octal3377513761011432313315
Binary11111111111011011111110001010011001101001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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