#310EC0

Color #310EC0 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #310EC0

Tints of Medium Blue #310EC0

Color information

#310EC0 (or 0x310EC0) is unknown color: approx Medium Blue. HEX triplet: 31, 0E and C0. RGB value is (49,14,192). Sum of RGB (Red+Green+Blue) = 49+14+192=255 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.22% from 255); Green value is 14 (5.86% from 255 or 5.49% from 255); Blue value is 192 (75.39% from 255 or 75.29% from 255); Max value from RGB is 192 - color contains mainly: blue. Hex color #310EC0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310EC0 is #CEF13F. Grayscale: #2C2C2C. Windows color (decimal): -13562176 or 12586545. OLE color: 12586545.

HSL color Cylindrical-coordinate representation of color #310EC0: hue angle of 251.8º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #310EC0 is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4914192-
CMYK0.740.9300.25
HSL251.8º86.41%40.39%-
HSV(B)251.8º92.71%75.29%-
XYZ10.944.7750.21-
YUV44.76211.1131.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.22%
GREEN value IS 14 (5.86% from 255) = 5.49%
BLUE value IS 192 (75.39% from 255) = 75.29%
R=19.22%
G=5.49%
B=75.29%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal49141920.740.9300.25251.886.4140.39
Hex31EC04A5D019fc5628
Octal611630011213503137412650
Binary11000111101100000010010101011101011001111111001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310EC0; }

 p { color: rgb(49,14,192); }

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

<style>
 a { background-color: #310EC0; }

 a { background-color: rgb(49,14,192); }

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

<style>
 span { border-color: #310EC0; }

 span { border-color: rgb(49,14,192); }

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