#031E64

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

Shades of Sapphire #031E64

Tints of Sapphire #031E64

Color information

#031E64 (or 0x031E64) is unknown color: approx Sapphire. HEX triplet: 03, 1E and 64. RGB value is (3,30,100). Sum of RGB (Red+Green+Blue) = 3+30+100=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 30 (12.11% from 255 or 22.56% from 133); Blue value is 100 (39.45% from 255 or 75.19% from 133); Max value from RGB is 100 - color contains mainly: blue. Hex color #031E64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031E64 is #FCE19B. Grayscale: #1D1D1D. Windows color (decimal): -16572828 or 6561283. OLE color: 6561283.

HSL color Cylindrical-coordinate representation of color #031E64: hue angle of 223.3º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031E64 is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB330100-
CMYK0.970.7000.61
HSL223.3º94.17%20.2%-
HSV(B)223.3º97%39.22%-
XYZ2.81.8712.27-
YUV29.91167.55108.81-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.26%
GREEN value IS 30 (12.11% from 255) = 22.56%
BLUE value IS 100 (39.45% from 255) = 75.19%
R=2.26%
G=22.56%
B=75.19%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3301000.970.7000.61223.394.1720.2
Hex31E64614603Ddf5e14
Octal33614414110607533713624
Binary1111110110010011000011000110011110111011111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,30,100); }

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

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

 a { background-color: rgb(3,30,100); }

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

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

 span { border-color: rgb(3,30,100); }

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