#031D41

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

Shades of Tangaroa #031D41

Tints of Tangaroa #031D41

Color information

#031D41 (or 0x031D41) is unknown color: approx Tangaroa. HEX triplet: 03, 1D and 41. RGB value is (3,29,65). Sum of RGB (Red+Green+Blue) = 3+29+65=97 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.09% from 97); Green value is 29 (11.72% from 255 or 29.90% from 97); Blue value is 65 (25.78% from 255 or 67.01% from 97); Max value from RGB is 65 - color contains mainly: blue. Hex color #031D41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031D41 is #FCE2BE. Grayscale: #191919. Windows color (decimal): -16573119 or 4267267. OLE color: 4267267.

HSL color Cylindrical-coordinate representation of color #031D41: hue angle of 214.84º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #031D41 is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB32965-
CMYK0.950.5500.75
HSL214.84º91.18%13.33%-
HSV(B)214.84º95.38%25.49%-
XYZ1.431.285.17-
YUV25.33150.39112.07-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.09%
GREEN value IS 29 (11.72% from 255) = 29.90%
BLUE value IS 65 (25.78% from 255) = 67.01%
R=3.09%
G=29.90%
B=67.01%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal329650.950.5500.75214.8491.1813.33
Hex31D415F3704Bd75bd
Octal33510113767011332713315
Binary111110110000011011111110111010010111101011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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