#031F62

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

Shades of Sapphire #031F62

Tints of Sapphire #031F62

Color information

#031F62 (or 0x031F62) is unknown color: approx Sapphire. HEX triplet: 03, 1F and 62. RGB value is (3,31,98). Sum of RGB (Red+Green+Blue) = 3+31+98=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 31 (12.5% from 255 or 23.48% from 132); Blue value is 98 (38.67% from 255 or 74.24% from 132); Max value from RGB is 98 - color contains mainly: blue. Hex color #031F62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031F62 is #FCE09D. Grayscale: #1D1D1D. Windows color (decimal): -16572574 or 6430467. OLE color: 6430467.

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

Color convert

RGB33198-
CMYK0.970.6800.62
HSL222.32º94.06%19.8%-
HSV(B)222.32º96.94%38.43%-
XYZ2.731.8811.77-
YUV30.27166.22108.55-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.27%
GREEN value IS 31 (12.5% from 255) = 23.48%
BLUE value IS 98 (38.67% from 255) = 74.24%
R=2.27%
G=23.48%
B=74.24%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal331980.970.6800.62222.3294.0619.8
Hex31F62614403Ede5e14
Octal33714214110407633613624
Binary1111111110001011000011000100011111011011110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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