#031E38

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

Shades of Tangaroa #031E38

Tints of Tangaroa #031E38

Color information

#031E38 (or 0x031E38) is unknown color: approx Tangaroa. HEX triplet: 03, 1E and 38. RGB value is (3,30,56). Sum of RGB (Red+Green+Blue) = 3+30+56=89 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.37% from 89); Green value is 30 (12.11% from 255 or 33.71% from 89); Blue value is 56 (22.27% from 255 or 62.92% from 89); Max value from RGB is 56 - color contains mainly: blue. Hex color #031E38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031E38 is #FCE1C7. Grayscale: #181818. Windows color (decimal): -16572872 or 3677699. OLE color: 3677699.

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

Color convert

RGB33056-
CMYK0.950.4600.78
HSL209.43º89.83%11.57%-
HSV(B)209.43º94.64%21.96%-
XYZ1.221.233.92-
YUV24.89145.55112.39-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.37%
GREEN value IS 30 (12.11% from 255) = 33.71%
BLUE value IS 56 (22.27% from 255) = 62.92%
R=3.37%
G=33.71%
B=62.92%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal330560.950.4600.78209.4389.8311.57
Hex31E385F2E04Ed15ac
Octal3367013756011632113214
Binary11111101110001011111101110010011101101000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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