Html Css Color HEX #300BC2 Medium Blue

📋 copy color: '#300BC2'

red 48 ◦ green 11 ◦ blue 194

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

Shades of Medium Blue #300BC2

Tints of Medium Blue #300BC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 76.68%

R = 18.97%
G = 4.35%
B = 76.68%

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

#300BC2 (or 0x300BC2) is known color: Medium Blue. HEX triplet: 30, 0B and C2. RGB value is (48,11,194). Sum of RGB (Red+Green+Blue) = 48+11+194=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 11 (4.69% from 255 or 4.35% from 253); Blue value is 194 (76.17% from 255 or 76.68% from 253); Max value from RGB is 194 - color contains mainly: blue. Hex color #300BC2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300BC2 is #CFF43D. Grayscale: #2A2A2A. Windows color (decimal): -13628478 or 12716848. OLE color: 12716848.

HSL color Cylindrical-coordinate representation of color #300BC2: hue angle of 252.13º 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 #300BC2 is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 48 11 194 -
CMYK 0.75 0.94 0 0.24
HSL 252.13º 0.89% 0.4% -
HSV(B) 252.13º 0.94% 0.76% -
XYZ 11.08 4.76 51.37 -
YUV 42.93 213.26 131.62 -
System Red Green Blue C M Y K H S L
Decimal 48 11 194 0.75 0.94 0 0.24 252.13 0.89 0.4
Hex 30 B C2 4B 5E 0 18 FC 59 28
Octal 60 13 302 113 136 0 30 374 131 50
Binary 110000 1011 11000010 1001011 1011110 0 11000 11111100 1011001 101000

Color Harmonies of #300BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300BC2

Black with #300BC2

Text Example


Text Example

White with #300BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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