#031C38

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

Shades of Tangaroa #031C38

Tints of Tangaroa #031C38

Color information

#031C38 (or 0x031C38) is unknown color: approx Tangaroa. HEX triplet: 03, 1C and 38. RGB value is (3,28,56). Sum of RGB (Red+Green+Blue) = 3+28+56=87 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.45% from 87); Green value is 28 (11.33% from 255 or 32.18% from 87); Blue value is 56 (22.27% from 255 or 64.37% from 87); Max value from RGB is 56 - color contains mainly: blue. Hex color #031C38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031C38 is #FCE3C7. Grayscale: #171717. Windows color (decimal): -16573384 or 3677187. OLE color: 3677187.

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

Color convert

RGB32856-
CMYK0.950.5000.78
HSL211.7º89.83%11.57%-
HSV(B)211.7º94.64%21.96%-
XYZ1.171.143.9-
YUV23.72146.22113.22-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.45%
GREEN value IS 28 (11.33% from 255) = 32.18%
BLUE value IS 56 (22.27% from 255) = 64.37%
R=3.45%
G=32.18%
B=64.37%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal328560.950.5000.78211.789.8311.57
Hex31C385F3204Ed45ac
Octal3347013762011632413214
Binary11111001110001011111110010010011101101010010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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