#031348

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

Shades of Sapphire #031348

Tints of Sapphire #031348

Color information

#031348 (or 0x031348) is unknown color: approx Sapphire. HEX triplet: 03, 13 and 48. RGB value is (3,19,72). Sum of RGB (Red+Green+Blue) = 3+19+72=94 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.19% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 72 (28.52% from 255 or 76.60% from 94); Max value from RGB is 72 - color contains mainly: blue. Hex color #031348 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031348 is #FCECB7. Grayscale: #141414. Windows color (decimal): -16575672 or 4723459. OLE color: 4723459.

HSL color Cylindrical-coordinate representation of color #031348: hue angle of 226.09º 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 #031348 is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB31972-
CMYK0.960.7400.72
HSL226.09º92%14.71%-
HSV(B)226.09º95.83%28.24%-
XYZ1.440.956.24-
YUV20.26157.2115.69-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.19%
GREEN value IS 19 (7.81% from 255) = 20.21%
BLUE value IS 72 (28.52% from 255) = 76.60%
R=3.19%
G=20.21%
B=76.60%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal319720.960.7400.72226.099214.71
Hex31348604A048e25cf
Octal323110140112011034213417
Binary1110011100100011000001001010010010001110001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031348; }

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

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

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

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

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

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

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

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