Html Css Color HEX #300BC1 Medium Blue

📋 copy color: '#300BC1'

red 48 ◦ green 11 ◦ blue 193

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

Shades of Medium Blue #300BC1

Tints of Medium Blue #300BC1

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.37%

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

R = 19.05%
G = 4.37%
B = 76.59%

CMYK

 C value IS 0.75

 M value IS 0.94

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#300BC1 (or 0x300BC1) is known color: Medium Blue. HEX triplet: 30, 0B and C1. RGB value is (48,11,193). Sum of RGB (Red+Green+Blue) = 48+11+193=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 11 (4.69% from 255 or 4.37% from 252); Blue value is 193 (75.78% from 255 or 76.59% from 252); Max value from RGB is 193 - color contains mainly: blue. Hex color #300BC1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300BC1 is #CFF43E. Grayscale: #2A2A2A. Windows color (decimal): -13628479 or 12651312. OLE color: 12651312.

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

Color convert

RGB 48 11 193 -
CMYK 0.75 0.94 0 0.24
HSL 252.2º 0.89% 0.4% -
HSV(B) 252.2º 0.94% 0.76% -
XYZ 10.96 4.72 50.78 -
YUV 42.81 212.76 131.7 -
System Red Green Blue C M Y K H S L
Decimal 48 11 193 0.75 0.94 0 0.24 252.2 0.89 0.4
Hex 30 B C1 4B 5E 0 18 FC 59 28
Octal 60 13 301 113 136 0 30 374 131 50
Binary 110000 1011 11000001 1001011 1011110 0 11000 11111100 1011001 101000

Color Harmonies of #300BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300BC1

Black with #300BC1

Text Example


Text Example

White with #300BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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