#031352

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

Shades of Sapphire #031352

Tints of Sapphire #031352

Color information

#031352 (or 0x031352) is unknown color: approx Sapphire. HEX triplet: 03, 13 and 52. RGB value is (3,19,82). Sum of RGB (Red+Green+Blue) = 3+19+82=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 19 (7.81% from 255 or 18.27% from 104); Blue value is 82 (32.42% from 255 or 78.85% from 104); Max value from RGB is 82 - color contains mainly: blue. Hex color #031352 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031352 is #FCECAD. Grayscale: #151515. Windows color (decimal): -16575662 or 5378819. OLE color: 5378819.

HSL color Cylindrical-coordinate representation of color #031352: hue angle of 227.85º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031352 is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB31982-
CMYK0.960.7700.68
HSL227.85º92.94%16.67%-
HSV(B)227.85º96.34%32.16%-
XYZ1.791.098.1-
YUV21.4162.2114.88-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.88%
GREEN value IS 19 (7.81% from 255) = 18.27%
BLUE value IS 82 (32.42% from 255) = 78.85%
R=2.88%
G=18.27%
B=78.85%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal319820.960.7700.68227.8592.9416.67
Hex31352604D044e45d11
Octal323122140115010434413521
Binary11100111010010110000010011010100010011100100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031352; }

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

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

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

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

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

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

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

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