#031E46

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

Shades of Sapphire #031E46

Tints of Sapphire #031E46

Color information

#031E46 (or 0x031E46) is unknown color: approx Sapphire. HEX triplet: 03, 1E and 46. RGB value is (3,30,70). Sum of RGB (Red+Green+Blue) = 3+30+70=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 30 (12.11% from 255 or 29.13% from 103); Blue value is 70 (27.73% from 255 or 67.96% from 103); Max value from RGB is 70 - color contains mainly: blue. Hex color #031E46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031E46 is #FCE1B9. Grayscale: #1A1A1A. Windows color (decimal): -16572858 or 4595203. OLE color: 4595203.

HSL color Cylindrical-coordinate representation of color #031E46: hue angle of 215.82º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031E46 is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB33070-
CMYK0.960.5700.73
HSL215.82º91.78%14.31%-
HSV(B)215.82º95.71%27.45%-
XYZ1.611.395.98-
YUV26.49152.55111.25-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.91%
GREEN value IS 30 (12.11% from 255) = 29.13%
BLUE value IS 70 (27.73% from 255) = 67.96%
R=2.91%
G=29.13%
B=67.96%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal330700.960.5700.73215.8291.7814.31
Hex31E466039049d85ce
Octal33610614071011133013416
Binary111111010001101100000111001010010011101100010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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