#031E56

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

Shades of Sapphire #031E56

Tints of Sapphire #031E56

Color information

#031E56 (or 0x031E56) is unknown color: approx Sapphire. HEX triplet: 03, 1E and 56. RGB value is (3,30,86). Sum of RGB (Red+Green+Blue) = 3+30+86=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 30 (12.11% from 255 or 25.21% from 119); Blue value is 86 (33.98% from 255 or 72.27% from 119); Max value from RGB is 86 - color contains mainly: blue. Hex color #031E56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031E56 is #FCE1A9. Grayscale: #1C1C1C. Windows color (decimal): -16572842 or 5643779. OLE color: 5643779.

HSL color Cylindrical-coordinate representation of color #031E56: hue angle of 220.48º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031E56 is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB33086-
CMYK0.970.6500.66
HSL220.48º93.26%17.45%-
HSV(B)220.48º96.51%33.73%-
XYZ2.181.629-
YUV28.31160.55109.95-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.52%
GREEN value IS 30 (12.11% from 255) = 25.21%
BLUE value IS 86 (33.98% from 255) = 72.27%
R=2.52%
G=25.21%
B=72.27%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal330860.970.6500.66220.4893.2617.45
Hex31E566141042dc5d11
Octal336126141101010233413521
Binary11111101010110110000110000010100001011011100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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