Shades of Medium Blue #300CCF
Tints of Medium Blue #300CCF
RGB
CMYK
RGB Variations
Color information
#300CCF (or 0x300CCF) is known color: Medium Blue. HEX triplet: 30, 0C and CF. RGB value is (48,12,207). Sum of RGB (Red+Green+Blue) = 48+12+207=267 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.98% from 267); Green value is 12 (5.08% from 255 or 4.49% from 267); Blue value is 207 (81.25% from 255 or 77.53% from 267); Max value from RGB is 207 - color contains mainly: blue. Hex color #300CCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300CCF is #CFF330. Grayscale: #2C2C2C. Windows color (decimal): -13628209 or 13569072. OLE color: 13569072.
HSL color Cylindrical-coordinate representation of color #300CCF: hue angle of 251.08º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300CCF is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 12 | 207 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.19 |
| HSL | 251.08º | 0.89% | 0.43% | - |
| HSV(B) | 251.08º | 0.94% | 0.81% | - |
| XYZ | 12.61 | 5.4 | 59.41 | - |
| YUV | 44.99 | 219.43 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 12 | 207 | 0.77 | 0.94 | 0 | 0.19 | 251.08 | 0.89 | 0.43 |
| Hex | 30 | C | CF | 4D | 5E | 0 | 13 | FB | 59 | 2B |
| Octal | 60 | 14 | 317 | 115 | 136 | 0 | 23 | 373 | 131 | 53 |
| Binary | 110000 | 1100 | 11001111 | 1001101 | 1011110 | 0 | 10011 | 11111011 | 1011001 | 101011 |
Color Harmonies of #300CCF
Complementary color
Monochromatic Colors of #300CCF
Black with #300CCF
Text Example
Text Example
White with #300CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300CCF; }
p { color: rgb(48,12,207); }
H1.HeaderClassName
{
color: #300CCF;
}
.AnyTagClassName
{
color: #300CCF;
}
</style>
background-color css
<style>
a { background-color: #300CCF; }
a { background-color: rgb(48,12,207); }
div.DivClassName
{
background-color: #300CCF;
}
.BgClassName
{
background-color: #300CCF;
}
</style>
border-color css
<style>
span { border-color: #300CCF; }
span { border-color: rgb(48,12,207); }
td.TdClassName
{
border-color: #300CCF;
}
.TagClassName
{
border-color: #300CCF;
}
</style>