#031C41

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

Shades of Tangaroa #031C41

Tints of Tangaroa #031C41

Color information

#031C41 (or 0x031C41) is unknown color: approx Tangaroa. HEX triplet: 03, 1C and 41. RGB value is (3,28,65). Sum of RGB (Red+Green+Blue) = 3+28+65=96 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.12% from 96); Green value is 28 (11.33% from 255 or 29.17% from 96); Blue value is 65 (25.78% from 255 or 67.71% from 96); Max value from RGB is 65 - color contains mainly: blue. Hex color #031C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031C41 is #FCE3BE. Grayscale: #181818. Windows color (decimal): -16573375 or 4267011. OLE color: 4267011.

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

Color convert

RGB32865-
CMYK0.950.5700.75
HSL215.81º91.18%13.33%-
HSV(B)215.81º95.38%25.49%-
XYZ1.411.235.16-
YUV24.74150.72112.49-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.12%
GREEN value IS 28 (11.33% from 255) = 29.17%
BLUE value IS 65 (25.78% from 255) = 67.71%
R=3.12%
G=29.17%
B=67.71%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal328650.950.5700.75215.8191.1813.33
Hex31C415F3904Bd85bd
Octal33410113771011333013315
Binary111110010000011011111111001010010111101100010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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