Html Css Color HEX #300BCB Medium Blue

📋 copy color: '#300BCB'

red 48 ◦ green 11 ◦ blue 203

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

Shades of Medium Blue #300BCB

Tints of Medium Blue #300BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 77.48%

R = 18.32%
G = 4.2%
B = 77.48%

CMYK

 C value IS 0.76

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#300BCB (or 0x300BCB) is known color: Medium Blue. HEX triplet: 30, 0B and CB. RGB value is (48,11,203). Sum of RGB (Red+Green+Blue) = 48+11+203=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 11 (4.69% from 255 or 4.20% from 262); Blue value is 203 (79.69% from 255 or 77.48% from 262); Max value from RGB is 203 - color contains mainly: blue. Hex color #300BCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300BCB is #CFF434. Grayscale: #2B2B2B. Windows color (decimal): -13628469 or 13306672. OLE color: 13306672.

HSL color Cylindrical-coordinate representation of color #300BCB: hue angle of 251.56º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #300BCB is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 48 11 203 -
CMYK 0.76 0.95 0 0.20
HSL 251.56º 0.9% 0.42% -
HSV(B) 251.56º 0.95% 0.8% -
XYZ 12.12 5.18 56.86 -
YUV 43.95 217.76 130.89 -
System Red Green Blue C M Y K H S L
Decimal 48 11 203 0.76 0.95 0 0.20 251.56 0.9 0.42
Hex 30 B CB 4C 5F 0 14 FC 5A 2A
Octal 60 13 313 114 137 0 24 374 132 52
Binary 110000 1011 11001011 1001100 1011111 0 10100 11111100 1011010 101010

Color Harmonies of #300BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300BCB

Black with #300BCB

Text Example


Text Example

White with #300BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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