#031649

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

Shades of Sapphire #031649

Tints of Sapphire #031649

Color information

#031649 (or 0x031649) is unknown color: approx Sapphire. HEX triplet: 03, 16 and 49. RGB value is (3,22,73). Sum of RGB (Red+Green+Blue) = 3+22+73=98 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.06% from 98); Green value is 22 (8.98% from 255 or 22.45% from 98); Blue value is 73 (28.91% from 255 or 74.49% from 98); Max value from RGB is 73 - color contains mainly: blue. Hex color #031649 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031649 is #FCE9B6. Grayscale: #151515. Windows color (decimal): -16574903 or 4789763. OLE color: 4789763.

HSL color Cylindrical-coordinate representation of color #031649: hue angle of 223.71º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031649 is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB32273-
CMYK0.960.7000.71
HSL223.71º92.11%14.9%-
HSV(B)223.71º95.89%28.63%-
XYZ1.531.076.43-
YUV22.13156.71114.35-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.06%
GREEN value IS 22 (8.98% from 255) = 22.45%
BLUE value IS 73 (28.91% from 255) = 74.49%
R=3.06%
G=22.45%
B=74.49%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal322730.960.7000.71223.7192.1114.9
Hex316496046047e05cf
Octal326111140106010734013417
Binary1110110100100111000001000110010001111110000010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031649; }

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

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

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

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

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

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

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

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