#031C3B

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

Shades of Tangaroa #031C3B

Tints of Tangaroa #031C3B

Color information

#031C3B (or 0x031C3B) is unknown color: approx Tangaroa. HEX triplet: 03, 1C and 3B. RGB value is (3,28,59). Sum of RGB (Red+Green+Blue) = 3+28+59=90 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.33% from 90); Green value is 28 (11.33% from 255 or 31.11% from 90); Blue value is 59 (23.44% from 255 or 65.56% from 90); Max value from RGB is 59 - color contains mainly: blue. Hex color #031C3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031C3B is #FCE3C4. Grayscale: #171717. Windows color (decimal): -16573381 or 3873795. OLE color: 3873795.

HSL color Cylindrical-coordinate representation of color #031C3B: hue angle of 213.21º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #031C3B is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB32859-
CMYK0.950.5300.77
HSL213.21º90.32%12.16%-
HSV(B)213.21º94.92%23.14%-
XYZ1.241.174.3-
YUV24.06147.72112.98-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.33%
GREEN value IS 28 (11.33% from 255) = 31.11%
BLUE value IS 59 (23.44% from 255) = 65.56%
R=3.33%
G=31.11%
B=65.56%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal328590.950.5300.77213.2190.3212.16
Hex31C3B5F3504Dd55ac
Octal3347313765011532513214
Binary11111001110111011111110101010011011101010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,28,59); }

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

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

 a { background-color: rgb(3,28,59); }

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

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

 span { border-color: rgb(3,28,59); }

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