#310EBE

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

Shades of Medium Blue #310EBE

Tints of Medium Blue #310EBE

Color information

#310EBE (or 0x310EBE) is unknown color: approx Medium Blue. HEX triplet: 31, 0E and BE. RGB value is (49,14,190). Sum of RGB (Red+Green+Blue) = 49+14+190=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 14 (5.86% from 255 or 5.53% from 253); Blue value is 190 (74.61% from 255 or 75.10% from 253); Max value from RGB is 190 - color contains mainly: blue. Hex color #310EBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310EBE is #CEF141. Grayscale: #2B2B2B. Windows color (decimal): -13562178 or 12455473. OLE color: 12455473.

HSL color Cylindrical-coordinate representation of color #310EBE: hue angle of 251.93º 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 #310EBE is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4914190-
CMYK0.740.9300.25
HSL251.93º86.27%40%-
HSV(B)251.93º92.63%74.51%-
XYZ10.724.6849.05-
YUV44.53210.1131.19-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.37%
GREEN value IS 14 (5.86% from 255) = 5.53%
BLUE value IS 190 (74.61% from 255) = 75.10%
R=19.37%
G=5.53%
B=75.10%

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
Decimal49141900.740.9300.25251.9386.2740
Hex31EBE4A5D019fc5628
Octal611627611213503137412650
Binary11000111101011111010010101011101011001111111001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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