#031657

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

Shades of Sapphire #031657

Tints of Sapphire #031657

Color information

#031657 (or 0x031657) is unknown color: approx Sapphire. HEX triplet: 03, 16 and 57. RGB value is (3,22,87). Sum of RGB (Red+Green+Blue) = 3+22+87=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 22 (8.98% from 255 or 19.64% from 112); Blue value is 87 (34.38% from 255 or 77.68% from 112); Max value from RGB is 87 - color contains mainly: blue. Hex color #031657 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031657 is #FCE9A8. Grayscale: #171717. Windows color (decimal): -16574889 or 5707267. OLE color: 5707267.

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

Color convert

RGB32287-
CMYK0.970.7500.66
HSL226.43º93.33%17.65%-
HSV(B)226.43º96.55%34.12%-
XYZ2.041.289.16-
YUV23.73163.71113.21-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.68%
GREEN value IS 22 (8.98% from 255) = 19.64%
BLUE value IS 87 (34.38% from 255) = 77.68%
R=2.68%
G=19.64%
B=77.68%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal322870.970.7500.66226.4393.3317.65
Hex31657614B042e25d12
Octal326127141113010234213522
Binary11101101010111110000110010110100001011100010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031657; }

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

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

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

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

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

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

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

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