Html Css Color HEX #300EBC Medium Blue

📋 copy color: '#300EBC'

red 48 ◦ green 14 ◦ blue 188

#300EBC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #300EBC

Tints of Medium Blue #300EBC

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 value IS 0.74

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#300EBC (or 0x300EBC) is known color: 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

RGB 48 14 188 -
CMYK 0.74 0.93 0 0.26
HSL 251.72º 0.86% 0.4% -
HSV(B) 251.72º 0.93% 0.74% -
XYZ 10.45 4.57 47.91 -
YUV 44 209.26 130.85 -
System Red Green Blue C M Y K H S L
Decimal 48 14 188 0.74 0.93 0 0.26 251.72 0.86 0.4
Hex 30 E BC 4A 5D 0 1A FC 56 28
Octal 60 16 274 112 135 0 32 374 126 50
Binary 110000 1110 10111100 1001010 1011101 0 11010 11111100 1010110 101000

Color Harmonies of #300EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300EBC

Black with #300EBC

Text Example


Text Example

White with #300EBC

Text Example


Text Example

HTML Codes & Css Web 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>