#031F46

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

Shades of Sapphire #031F46

Tints of Sapphire #031F46

Color information

#031F46 (or 0x031F46) is unknown color: approx Sapphire. HEX triplet: 03, 1F and 46. RGB value is (3,31,70). Sum of RGB (Red+Green+Blue) = 3+31+70=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 31 (12.5% from 255 or 29.81% from 104); Blue value is 70 (27.73% from 255 or 67.31% from 104); Max value from RGB is 70 - color contains mainly: blue. Hex color #031F46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031F46 is #FCE0B9. Grayscale: #1A1A1A. Windows color (decimal): -16572602 or 4595459. OLE color: 4595459.

HSL color Cylindrical-coordinate representation of color #031F46: hue angle of 214.93º 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 #031F46 is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB33170-
CMYK0.960.5600.73
HSL214.93º91.78%14.31%-
HSV(B)214.93º95.71%27.45%-
XYZ1.631.445.99-
YUV27.07152.22110.83-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.88%
GREEN value IS 31 (12.5% from 255) = 29.81%
BLUE value IS 70 (27.73% from 255) = 67.31%
R=2.88%
G=29.81%
B=67.31%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal331700.960.5600.73214.9391.7814.31
Hex31F466038049d75ce
Octal33710614070011132713416
Binary111111110001101100000111000010010011101011110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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