Shades of Medium Blue #300DD3
Tints of Medium Blue #300DD3
RGB
CMYK
RGB Variations
Color information
#300DD3 (or 0x300DD3) is known color: Medium Blue. HEX triplet: 30, 0D and D3. RGB value is (48,13,211). Sum of RGB (Red+Green+Blue) = 48+13+211=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 13 (5.47% from 255 or 4.78% from 272); Blue value is 211 (82.81% from 255 or 77.57% from 272); Max value from RGB is 211 - color contains mainly: blue. Hex color #300DD3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300DD3 is #CFF22C. Grayscale: #2D2D2D. Windows color (decimal): -13627949 or 13831472. OLE color: 13831472.
HSL color Cylindrical-coordinate representation of color #300DD3: hue angle of 250.61º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300DD3 is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 48 | 13 | 211 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.17 |
| HSL | 250.61º | 0.88% | 0.44% | - |
| HSV(B) | 250.61º | 0.94% | 0.83% | - |
| XYZ | 13.12 | 5.62 | 62.02 | - |
| YUV | 46.04 | 221.1 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 13 | 211 | 0.77 | 0.94 | 0 | 0.17 | 250.61 | 0.88 | 0.44 |
| Hex | 30 | D | D3 | 4D | 5E | 0 | 11 | FB | 58 | 2C |
| Octal | 60 | 15 | 323 | 115 | 136 | 0 | 21 | 373 | 130 | 54 |
| Binary | 110000 | 1101 | 11010011 | 1001101 | 1011110 | 0 | 10001 | 11111011 | 1011000 | 101100 |
Color Harmonies of #300DD3
Complementary color
Monochromatic Colors of #300DD3
Black with #300DD3
Text Example
Text Example
White with #300DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300DD3; }
p { color: rgb(48,13,211); }
H1.HeaderClassName
{
color: #300DD3;
}
.AnyTagClassName
{
color: #300DD3;
}
</style>
background-color css
<style>
a { background-color: #300DD3; }
a { background-color: rgb(48,13,211); }
div.DivClassName
{
background-color: #300DD3;
}
.BgClassName
{
background-color: #300DD3;
}
</style>
border-color css
<style>
span { border-color: #300DD3; }
span { border-color: rgb(48,13,211); }
td.TdClassName
{
border-color: #300DD3;
}
.TagClassName
{
border-color: #300DD3;
}
</style>