Html Css Color HEX #300EC1 Medium Blue

📋 copy color: '#300EC1'

red 48 ◦ green 14 ◦ blue 193

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

Shades of Medium Blue #300EC1

Tints of Medium Blue #300EC1

RGB

 RED value IS 48 (19.14% from 255) = 18.82%

 GREEN value IS 14 (5.86% from 255) = 5.49%

 BLUE value IS 193 (75.78% from 255) = 75.69%

R = 18.82%
G = 5.49%
B = 75.69%

CMYK

 C value IS 0.75

 M value IS 0.93

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#300EC1 (or 0x300EC1) is known color: Medium Blue. HEX triplet: 30, 0E and C1. RGB value is (48,14,193). Sum of RGB (Red+Green+Blue) = 48+14+193=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 14 (5.86% from 255 or 5.49% from 255); Blue value is 193 (75.78% from 255 or 75.69% from 255); Max value from RGB is 193 - color contains mainly: blue. Hex color #300EC1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300EC1 is #CFF13E. Grayscale: #2B2B2B. Windows color (decimal): -13627711 or 12652080. OLE color: 12652080.

HSL color Cylindrical-coordinate representation of color #300EC1: hue angle of 251.4º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #300EC1 is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 48 14 193 -
CMYK 0.75 0.93 0 0.24
HSL 251.4º 0.86% 0.41% -
HSV(B) 251.4º 0.93% 0.76% -
XYZ 11 4.79 50.8 -
YUV 44.57 211.76 130.45 -
System Red Green Blue C M Y K H S L
Decimal 48 14 193 0.75 0.93 0 0.24 251.4 0.86 0.41
Hex 30 E C1 4B 5D 0 18 FB 56 29
Octal 60 16 301 113 135 0 30 373 126 51
Binary 110000 1110 11000001 1001011 1011101 0 11000 11111011 1010110 101001

Color Harmonies of #300EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300EC1

Black with #300EC1

Text Example


Text Example

White with #300EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #300EC1;
 }
 .AnyTagClassName
 {
   color: #300EC1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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