#031F38

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

Shades of Tangaroa #031F38

Tints of Tangaroa #031F38

Color information

#031F38 (or 0x031F38) is unknown color: approx Tangaroa. HEX triplet: 03, 1F and 38. RGB value is (3,31,56). Sum of RGB (Red+Green+Blue) = 3+31+56=90 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.33% from 90); Green value is 31 (12.5% from 255 or 34.44% from 90); Blue value is 56 (22.27% from 255 or 62.22% from 90); Max value from RGB is 56 - color contains mainly: blue. Hex color #031F38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031F38 is #FCE0C7. Grayscale: #191919. Windows color (decimal): -16572616 or 3677955. OLE color: 3677955.

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

Color convert

RGB33156-
CMYK0.950.4500.78
HSL208.3º89.83%11.57%-
HSV(B)208.3º94.64%21.96%-
XYZ1.241.283.92-
YUV25.48145.22111.97-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.33%
GREEN value IS 31 (12.5% from 255) = 34.44%
BLUE value IS 56 (22.27% from 255) = 62.22%
R=3.33%
G=34.44%
B=62.22%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal331560.950.4500.78208.389.8311.57
Hex31F385F2D04Ed05ac
Octal3377013755011632013214
Binary11111111110001011111101101010011101101000010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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