Shades of Royal Blue #306FE3
Tints of Royal Blue #306FE3
RGB
CMYK
RGB Variations
Color information
#306FE3 (or 0x306FE3) is known color: Royal Blue. HEX triplet: 30, 6F and E3. RGB value is (48,111,227). Sum of RGB (Red+Green+Blue) = 48+111+227=386 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.44% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 227 (89.06% from 255 or 58.81% from 386); Max value from RGB is 227 - color contains mainly: blue. Hex color #306FE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306FE3 is #CF901C. Grayscale: #686868. Windows color (decimal): -13602845 or 14905136. OLE color: 14905136.
HSL color Cylindrical-coordinate representation of color #306FE3: hue angle of 218.88º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #306FE3 is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 48 | 111 | 227 | - |
| CMYK | 0.79 | 0.51 | 0 | 0.11 |
| HSL | 218.88º | 0.76% | 0.54% | - |
| HSV(B) | 218.88º | 0.79% | 0.89% | - |
| XYZ | 20.77 | 17.54 | 74.96 | - |
| YUV | 105.39 | 196.63 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 111 | 227 | 0.79 | 0.51 | 0 | 0.11 | 218.88 | 0.76 | 0.54 |
| Hex | 30 | 6F | E3 | 4F | 33 | 0 | B | DB | 4C | 36 |
| Octal | 60 | 157 | 343 | 117 | 63 | 0 | 13 | 333 | 114 | 66 |
| Binary | 110000 | 1101111 | 11100011 | 1001111 | 110011 | 0 | 1011 | 11011011 | 1001100 | 110110 |
Color Harmonies of #306FE3
Complementary color
Monochromatic Colors of #306FE3
Black with #306FE3
Text Example
Text Example
White with #306FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306FE3; }
p { color: rgb(48,111,227); }
H1.HeaderClassName
{
color: #306FE3;
}
.AnyTagClassName
{
color: #306FE3;
}
</style>
background-color css
<style>
a { background-color: #306FE3; }
a { background-color: rgb(48,111,227); }
div.DivClassName
{
background-color: #306FE3;
}
.BgClassName
{
background-color: #306FE3;
}
</style>
border-color css
<style>
span { border-color: #306FE3; }
span { border-color: rgb(48,111,227); }
td.TdClassName
{
border-color: #306FE3;
}
.TagClassName
{
border-color: #306FE3;
}
</style>