#031D44

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

Shades of Tangaroa #031D44

Tints of Tangaroa #031D44

Color information

#031D44 (or 0x031D44) is unknown color: approx Tangaroa. HEX triplet: 03, 1D and 44. RGB value is (3,29,68). Sum of RGB (Red+Green+Blue) = 3+29+68=100 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3% from 100); Green value is 29 (11.72% from 255 or 29% from 100); Blue value is 68 (26.95% from 255 or 68% from 100); Max value from RGB is 68 - color contains mainly: blue. Hex color #031D44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031D44 is #FCE2BB. Grayscale: #191919. Windows color (decimal): -16573116 or 4463875. OLE color: 4463875.

HSL color Cylindrical-coordinate representation of color #031D44: hue angle of 216º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031D44 is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB32968-
CMYK0.960.5700.73
HSL216º91.55%13.92%-
HSV(B)216º95.59%26.67%-
XYZ1.521.325.64-
YUV25.67151.89111.83-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3%
GREEN value IS 29 (11.72% from 255) = 29%
BLUE value IS 68 (26.95% from 255) = 68%
R=3%
G=29%
B=68%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal329680.960.5700.7321691.5513.92
Hex31D446039049d85ce
Octal33510414071011133013416
Binary111110110001001100000111001010010011101100010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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