#031C62

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

Shades of Sapphire #031C62

Tints of Sapphire #031C62

Color information

#031C62 (or 0x031C62) is unknown color: approx Sapphire. HEX triplet: 03, 1C and 62. RGB value is (3,28,98). Sum of RGB (Red+Green+Blue) = 3+28+98=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 28 (11.33% from 255 or 21.71% from 129); Blue value is 98 (38.67% from 255 or 75.97% from 129); Max value from RGB is 98 - color contains mainly: blue. Hex color #031C62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031C62 is #FCE39D. Grayscale: #1C1C1C. Windows color (decimal): -16573342 or 6429699. OLE color: 6429699.

HSL color Cylindrical-coordinate representation of color #031C62: hue angle of 224.21º 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 #031C62 is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB32898-
CMYK0.970.7100.62
HSL224.21º94.06%19.8%-
HSV(B)224.21º96.94%38.43%-
XYZ2.661.7311.75-
YUV28.5167.22109.81-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.33%
GREEN value IS 28 (11.33% from 255) = 21.71%
BLUE value IS 98 (38.67% from 255) = 75.97%
R=2.33%
G=21.71%
B=75.97%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal328980.970.7100.62224.2194.0619.8
Hex31C62614703Ee05e14
Octal33414214110707634013624
Binary1111100110001011000011000111011111011100000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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