#031C56

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

Shades of Sapphire #031C56

Tints of Sapphire #031C56

Color information

#031C56 (or 0x031C56) is unknown color: approx Sapphire. HEX triplet: 03, 1C and 56. RGB value is (3,28,86). Sum of RGB (Red+Green+Blue) = 3+28+86=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 28 (11.33% from 255 or 23.93% from 117); Blue value is 86 (33.98% from 255 or 73.50% from 117); Max value from RGB is 86 - color contains mainly: blue. Hex color #031C56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031C56 is #FCE3A9. Grayscale: #1A1A1A. Windows color (decimal): -16573354 or 5643267. OLE color: 5643267.

HSL color Cylindrical-coordinate representation of color #031C56: hue angle of 221.93º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031C56 is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB32886-
CMYK0.970.6700.66
HSL221.93º93.26%17.45%-
HSV(B)221.93º96.51%33.73%-
XYZ2.131.528.99-
YUV27.14161.22110.78-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.56%
GREEN value IS 28 (11.33% from 255) = 23.93%
BLUE value IS 86 (33.98% from 255) = 73.50%
R=2.56%
G=23.93%
B=73.50%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal328860.970.6700.66221.9393.2617.45
Hex31C566143042de5d11
Octal334126141103010233613521
Binary11111001010110110000110000110100001011011110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031C56; }

 p { color: rgb(3,28,86); }

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

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

 a { background-color: rgb(3,28,86); }

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

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

 span { border-color: rgb(3,28,86); }

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