#031646

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

Shades of Sapphire #031646

Tints of Sapphire #031646

Color information

#031646 (or 0x031646) is unknown color: approx Sapphire. HEX triplet: 03, 16 and 46. RGB value is (3,22,70). Sum of RGB (Red+Green+Blue) = 3+22+70=95 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.16% from 95); Green value is 22 (8.98% from 255 or 23.16% from 95); Blue value is 70 (27.73% from 255 or 73.68% from 95); Max value from RGB is 70 - color contains mainly: blue. Hex color #031646 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031646 is #FCE9B9. Grayscale: #151515. Windows color (decimal): -16574906 or 4593155. OLE color: 4593155.

HSL color Cylindrical-coordinate representation of color #031646: hue angle of 222.99º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031646 is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB32270-
CMYK0.960.6900.73
HSL222.99º91.78%14.31%-
HSV(B)222.99º95.71%27.45%-
XYZ1.431.045.92-
YUV21.79155.21114.6-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.16%
GREEN value IS 22 (8.98% from 255) = 23.16%
BLUE value IS 70 (27.73% from 255) = 73.68%
R=3.16%
G=23.16%
B=73.68%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal322700.960.6900.73222.9991.7814.31
Hex316466045049df5ce
Octal326106140105011133713416
Binary1110110100011011000001000101010010011101111110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031646; }

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

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

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

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

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

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

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

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