#031648

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

Shades of Sapphire #031648

Tints of Sapphire #031648

Color information

#031648 (or 0x031648) is unknown color: approx Sapphire. HEX triplet: 03, 16 and 48. RGB value is (3,22,72). Sum of RGB (Red+Green+Blue) = 3+22+72=97 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.09% from 97); Green value is 22 (8.98% from 255 or 22.68% from 97); Blue value is 72 (28.52% from 255 or 74.23% from 97); Max value from RGB is 72 - color contains mainly: blue. Hex color #031648 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031648 is #FCE9B7. Grayscale: #151515. Windows color (decimal): -16574904 or 4724227. OLE color: 4724227.

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

Color convert

RGB32272-
CMYK0.960.6900.72
HSL223.48º92%14.71%-
HSV(B)223.48º95.83%28.24%-
XYZ1.491.066.26-
YUV22.02156.21114.43-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.09%
GREEN value IS 22 (8.98% from 255) = 22.68%
BLUE value IS 72 (28.52% from 255) = 74.23%
R=3.09%
G=22.68%
B=74.23%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal322720.960.6900.72223.489214.71
Hex316486045048df5cf
Octal326110140105011033713417
Binary1110110100100011000001000101010010001101111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031648; }

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

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

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

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

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

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

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

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