#031F3F

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

Shades of Tangaroa #031F3F

Tints of Tangaroa #031F3F

Color information

#031F3F (or 0x031F3F) is unknown color: approx Tangaroa. HEX triplet: 03, 1F and 3F. RGB value is (3,31,63). Sum of RGB (Red+Green+Blue) = 3+31+63=97 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.09% from 97); Green value is 31 (12.5% from 255 or 31.96% from 97); Blue value is 63 (25% from 255 or 64.95% from 97); Max value from RGB is 63 - color contains mainly: blue. Hex color #031F3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031F3F is #FCE0C0. Grayscale: #1A1A1A. Windows color (decimal): -16572609 or 4136707. OLE color: 4136707.

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

Color convert

RGB33163-
CMYK0.950.5100.75
HSL212º90.91%12.94%-
HSV(B)212º95.24%24.71%-
XYZ1.421.364.89-
YUV26.28148.72111.4-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.09%
GREEN value IS 31 (12.5% from 255) = 31.96%
BLUE value IS 63 (25% from 255) = 64.95%
R=3.09%
G=31.96%
B=64.95%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal331630.950.5100.7521290.9112.94
Hex31F3F5F3304Bd45bd
Octal3377713763011332413315
Binary11111111111111011111110011010010111101010010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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