Shades of Ultramarine #300FBC
Tints of Ultramarine #300FBC
RGB
CMYK
RGB Variations
Color information
#300FBC (or 0x300FBC) is known color: Ultramarine. HEX triplet: 30, 0F and BC. RGB value is (48,15,188). Sum of RGB (Red+Green+Blue) = 48+15+188=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 15 (6.25% from 255 or 5.98% from 251); Blue value is 188 (73.83% from 255 or 74.90% from 251); Max value from RGB is 188 - color contains mainly: blue. Hex color #300FBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300FBC is #CFF043. Grayscale: #2B2B2B. Windows color (decimal): -13627460 or 12324656. OLE color: 12324656.
HSL color Cylindrical-coordinate representation of color #300FBC: hue angle of 251.45º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #300FBC is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 15 | 188 | - |
| CMYK | 0.74 | 0.92 | 0 | 0.26 |
| HSL | 251.45º | 0.85% | 0.4% | - |
| HSV(B) | 251.45º | 0.92% | 0.74% | - |
| XYZ | 10.47 | 4.6 | 47.91 | - |
| YUV | 44.59 | 208.93 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 15 | 188 | 0.74 | 0.92 | 0 | 0.26 | 251.45 | 0.85 | 0.4 |
| Hex | 30 | F | BC | 4A | 5C | 0 | 1A | FB | 55 | 28 |
| Octal | 60 | 17 | 274 | 112 | 134 | 0 | 32 | 373 | 125 | 50 |
| Binary | 110000 | 1111 | 10111100 | 1001010 | 1011100 | 0 | 11010 | 11111011 | 1010101 | 101000 |
Color Harmonies of #300FBC
Complementary color
Monochromatic Colors of #300FBC
Black with #300FBC
Text Example
Text Example
White with #300FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300FBC; }
p { color: rgb(48,15,188); }
H1.HeaderClassName
{
color: #300FBC;
}
.AnyTagClassName
{
color: #300FBC;
}
</style>
background-color css
<style>
a { background-color: #300FBC; }
a { background-color: rgb(48,15,188); }
div.DivClassName
{
background-color: #300FBC;
}
.BgClassName
{
background-color: #300FBC;
}
</style>
border-color css
<style>
span { border-color: #300FBC; }
span { border-color: rgb(48,15,188); }
td.TdClassName
{
border-color: #300FBC;
}
.TagClassName
{
border-color: #300FBC;
}
</style>