Shades of Medium Blue #300ABC
Tints of Medium Blue #300ABC
RGB
CMYK
RGB Variations
Color information
#300ABC (or 0x300ABC) is known color: Medium Blue. HEX triplet: 30, 0A and BC. RGB value is (48,10,188). Sum of RGB (Red+Green+Blue) = 48+10+188=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 10 (4.30% from 255 or 4.07% from 246); Blue value is 188 (73.83% from 255 or 76.42% from 246); Max value from RGB is 188 - color contains mainly: blue. Hex color #300ABC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300ABC is #CFF543. Grayscale: #282828. Windows color (decimal): -13628740 or 12323376. OLE color: 12323376.
HSL color Cylindrical-coordinate representation of color #300ABC: hue angle of 252.81º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #300ABC is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 10 | 188 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.26 |
| HSL | 252.81º | 0.9% | 0.39% | - |
| HSV(B) | 252.81º | 0.95% | 0.74% | - |
| XYZ | 10.4 | 4.48 | 47.89 | - |
| YUV | 41.65 | 210.59 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 10 | 188 | 0.74 | 0.95 | 0 | 0.26 | 252.81 | 0.9 | 0.39 |
| Hex | 30 | A | BC | 4A | 5F | 0 | 1A | FD | 5A | 27 |
| Octal | 60 | 12 | 274 | 112 | 137 | 0 | 32 | 375 | 132 | 47 |
| Binary | 110000 | 1010 | 10111100 | 1001010 | 1011111 | 0 | 11010 | 11111101 | 1011010 | 100111 |
Color Harmonies of #300ABC
Complementary color
Monochromatic Colors of #300ABC
Black with #300ABC
Text Example
Text Example
White with #300ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300ABC; }
p { color: rgb(48,10,188); }
H1.HeaderClassName
{
color: #300ABC;
}
.AnyTagClassName
{
color: #300ABC;
}
</style>
background-color css
<style>
a { background-color: #300ABC; }
a { background-color: rgb(48,10,188); }
div.DivClassName
{
background-color: #300ABC;
}
.BgClassName
{
background-color: #300ABC;
}
</style>
border-color css
<style>
span { border-color: #300ABC; }
span { border-color: rgb(48,10,188); }
td.TdClassName
{
border-color: #300ABC;
}
.TagClassName
{
border-color: #300ABC;
}
</style>