#031E3D

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

Shades of Tangaroa #031E3D

Tints of Tangaroa #031E3D

Color information

#031E3D (or 0x031E3D) is unknown color: approx Tangaroa. HEX triplet: 03, 1E and 3D. RGB value is (3,30,61). Sum of RGB (Red+Green+Blue) = 3+30+61=94 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.19% from 94); Green value is 30 (12.11% from 255 or 31.91% from 94); Blue value is 61 (24.22% from 255 or 64.89% from 94); Max value from RGB is 61 - color contains mainly: blue. Hex color #031E3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031E3D is #FCE1C2. Grayscale: #191919. Windows color (decimal): -16572867 or 4005379. OLE color: 4005379.

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

Color convert

RGB33061-
CMYK0.950.5100.76
HSL212.07º90.62%12.55%-
HSV(B)212.07º95.08%23.92%-
XYZ1.341.284.59-
YUV25.46148.05111.98-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.19%
GREEN value IS 30 (12.11% from 255) = 31.91%
BLUE value IS 61 (24.22% from 255) = 64.89%
R=3.19%
G=31.91%
B=64.89%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal330610.950.5100.76212.0790.6212.55
Hex31E3D5F3304Cd45bd
Octal3367513763011432413315
Binary11111101111011011111110011010011001101010010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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