#031B3D

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

Shades of Tangaroa #031B3D

Tints of Tangaroa #031B3D

Color information

#031B3D (or 0x031B3D) is unknown color: approx Tangaroa. HEX triplet: 03, 1B and 3D. RGB value is (3,27,61). Sum of RGB (Red+Green+Blue) = 3+27+61=91 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.30% from 91); Green value is 27 (10.94% from 255 or 29.67% from 91); Blue value is 61 (24.22% from 255 or 67.03% from 91); Max value from RGB is 61 - color contains mainly: blue. Hex color #031B3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031B3D is #FCE4C2. Grayscale: #171717. Windows color (decimal): -16573635 or 4004611. OLE color: 4004611.

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

Color convert

RGB32761-
CMYK0.950.5600.76
HSL215.17º90.62%12.55%-
HSV(B)215.17º95.08%23.92%-
XYZ1.271.144.57-
YUV23.7149.05113.24-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.30%
GREEN value IS 27 (10.94% from 255) = 29.67%
BLUE value IS 61 (24.22% from 255) = 67.03%
R=3.30%
G=29.67%
B=67.03%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal327610.950.5600.76215.1790.6212.55
Hex31B3D5F3804Cd75bd
Octal3337513770011432713315
Binary11110111111011011111111000010011001101011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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