#300EBC

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

Shades of Medium Blue #300EBC

Tints of Medium Blue #300EBC

Color information

#300EBC (or 0x300EBC) is unknown color: approx Medium Blue. HEX triplet: 30, 0E and BC. RGB value is (48,14,188). Sum of RGB (Red+Green+Blue) = 48+14+188=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 14 (5.86% from 255 or 5.6% from 250); Blue value is 188 (73.83% from 255 or 75.2% from 250); Max value from RGB is 188 - color contains mainly: blue. Hex color #300EBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300EBC is #CFF143. Grayscale: #2B2B2B. Windows color (decimal): -13627716 or 12324400. OLE color: 12324400.

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

Color convert

RGB4814188-
CMYK0.740.9300.26
HSL251.72º86.14%39.61%-
HSV(B)251.72º92.55%73.73%-
XYZ10.454.5747.91-
YUV44209.26130.85-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.2%
GREEN value IS 14 (5.86% from 255) = 5.6%
BLUE value IS 188 (73.83% from 255) = 75.2%
R=19.2%
G=5.6%
B=75.2%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal48141880.740.9300.26251.7286.1439.61
Hex30EBC4A5D01Afc5628
Octal601627411213503237412650
Binary11000011101011110010010101011101011010111111001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300EBC; }

 p { color: rgb(48,14,188); }

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

<style>
 a { background-color: #300EBC; }

 a { background-color: rgb(48,14,188); }

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

<style>
 span { border-color: #300EBC; }

 span { border-color: rgb(48,14,188); }

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