Shades of Medium Blue #300BCB
Tints of Medium Blue #300BCB
RGB
CMYK
RGB Variations
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
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>