#031C3D

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

Shades of Tangaroa #031C3D

Tints of Tangaroa #031C3D

Color information

#031C3D (or 0x031C3D) is unknown color: approx Tangaroa. HEX triplet: 03, 1C and 3D. RGB value is (3,28,61). Sum of RGB (Red+Green+Blue) = 3+28+61=92 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.26% from 92); Green value is 28 (11.33% from 255 or 30.43% from 92); Blue value is 61 (24.22% from 255 or 66.30% from 92); Max value from RGB is 61 - color contains mainly: blue. Hex color #031C3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031C3D is #FCE3C2. Grayscale: #181818. Windows color (decimal): -16573379 or 4004867. OLE color: 4004867.

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

Color convert

RGB32861-
CMYK0.950.5400.76
HSL214.14º90.62%12.55%-
HSV(B)214.14º95.08%23.92%-
XYZ1.31.194.58-
YUV24.29148.72112.82-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.26%
GREEN value IS 28 (11.33% from 255) = 30.43%
BLUE value IS 61 (24.22% from 255) = 66.30%
R=3.26%
G=30.43%
B=66.30%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal328610.950.5400.76214.1490.6212.55
Hex31C3D5F3604Cd65bd
Octal3347513766011432613315
Binary11111001111011011111110110010011001101011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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