#031758

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

Shades of Sapphire #031758

Tints of Sapphire #031758

Color information

#031758 (or 0x031758) is unknown color: approx Sapphire. HEX triplet: 03, 17 and 58. RGB value is (3,23,88). Sum of RGB (Red+Green+Blue) = 3+23+88=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 23 (9.38% from 255 or 20.18% from 114); Blue value is 88 (34.77% from 255 or 77.19% from 114); Max value from RGB is 88 - color contains mainly: blue. Hex color #031758 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031758 is #FCE8A7. Grayscale: #181818. Windows color (decimal): -16574632 or 5773059. OLE color: 5773059.

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

Color convert

RGB32388-
CMYK0.970.7400.65
HSL225.88º93.41%17.84%-
HSV(B)225.88º96.59%34.51%-
XYZ2.111.349.38-
YUV24.43163.87112.71-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.63%
GREEN value IS 23 (9.38% from 255) = 20.18%
BLUE value IS 88 (34.77% from 255) = 77.19%
R=2.63%
G=20.18%
B=77.19%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal323880.970.7400.65225.8893.4117.84
Hex31758614A041e25d12
Octal327130141112010134213522
Binary11101111011000110000110010100100000111100010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031758; }

 p { color: rgb(3,23,88); }

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

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

 a { background-color: rgb(3,23,88); }

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

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

 span { border-color: rgb(3,23,88); }

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