#031D38

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

Shades of Tangaroa #031D38

Tints of Tangaroa #031D38

Color information

#031D38 (or 0x031D38) is unknown color: approx Tangaroa. HEX triplet: 03, 1D and 38. RGB value is (3,29,56). Sum of RGB (Red+Green+Blue) = 3+29+56=88 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.41% from 88); Green value is 29 (11.72% from 255 or 32.95% from 88); Blue value is 56 (22.27% from 255 or 63.64% from 88); Max value from RGB is 56 - color contains mainly: blue. Hex color #031D38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031D38 is #FCE2C7. Grayscale: #181818. Windows color (decimal): -16573128 or 3677443. OLE color: 3677443.

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

Color convert

RGB32956-
CMYK0.950.4800.78
HSL210.57º89.83%11.57%-
HSV(B)210.57º94.64%21.96%-
XYZ1.191.183.91-
YUV24.3145.89112.8-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.41%
GREEN value IS 29 (11.72% from 255) = 32.95%
BLUE value IS 56 (22.27% from 255) = 63.64%
R=3.41%
G=32.95%
B=63.64%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal329560.950.4800.78210.5789.8311.57
Hex31D385F3004Ed35ac
Octal3357013760011632313214
Binary11111011110001011111110000010011101101001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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