#031656

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

Shades of Sapphire #031656

Tints of Sapphire #031656

Color information

#031656 (or 0x031656) is unknown color: approx Sapphire. HEX triplet: 03, 16 and 56. RGB value is (3,22,86). Sum of RGB (Red+Green+Blue) = 3+22+86=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 22 (8.98% from 255 or 19.82% from 111); Blue value is 86 (33.98% from 255 or 77.48% from 111); Max value from RGB is 86 - color contains mainly: blue. Hex color #031656 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031656 is #FCE9A9. Grayscale: #171717. Windows color (decimal): -16574890 or 5641731. OLE color: 5641731.

HSL color Cylindrical-coordinate representation of color #031656: hue angle of 226.27º 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 #031656 is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB32286-
CMYK0.970.7400.66
HSL226.27º93.26%17.45%-
HSV(B)226.27º96.51%33.73%-
XYZ21.278.94-
YUV23.62163.21113.3-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.70%
GREEN value IS 22 (8.98% from 255) = 19.82%
BLUE value IS 86 (33.98% from 255) = 77.48%
R=2.70%
G=19.82%
B=77.48%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal322860.970.7400.66226.2793.2617.45
Hex31656614A042e25d11
Octal326126141112010234213521
Binary11101101010110110000110010100100001011100010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031656; }

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

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

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

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

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

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

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

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