Shades of Royal Blue #306FE4
Tints of Royal Blue #306FE4
RGB
CMYK
RGB Variations
Color information
#306FE4 (or 0x306FE4) is known color: Royal Blue. HEX triplet: 30, 6F and E4. RGB value is (48,111,228). Sum of RGB (Red+Green+Blue) = 48+111+228=387 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.40% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 228 (89.45% from 255 or 58.91% from 387); Max value from RGB is 228 - color contains mainly: blue. Hex color #306FE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306FE4 is #CF901B. Grayscale: #686868. Windows color (decimal): -13602844 or 14970672. OLE color: 14970672.
HSL color Cylindrical-coordinate representation of color #306FE4: hue angle of 219º degrees, saturation: 0.77, 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 #306FE4 is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 48 | 111 | 228 | - |
| CMYK | 0.79 | 0.51 | 0 | 0.11 |
| HSL | 219º | 0.77% | 0.54% | - |
| HSV(B) | 219º | 0.79% | 0.89% | - |
| XYZ | 20.91 | 17.6 | 75.69 | - |
| YUV | 105.5 | 197.13 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 111 | 228 | 0.79 | 0.51 | 0 | 0.11 | 219 | 0.77 | 0.54 |
| Hex | 30 | 6F | E4 | 4F | 33 | 0 | B | DB | 4D | 36 |
| Octal | 60 | 157 | 344 | 117 | 63 | 0 | 13 | 333 | 115 | 66 |
| Binary | 110000 | 1101111 | 11100100 | 1001111 | 110011 | 0 | 1011 | 11011011 | 1001101 | 110110 |
Color Harmonies of #306FE4
Complementary color
Monochromatic Colors of #306FE4
Black with #306FE4
Text Example
Text Example
White with #306FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306FE4; }
p { color: rgb(48,111,228); }
H1.HeaderClassName
{
color: #306FE4;
}
.AnyTagClassName
{
color: #306FE4;
}
</style>
background-color css
<style>
a { background-color: #306FE4; }
a { background-color: rgb(48,111,228); }
div.DivClassName
{
background-color: #306FE4;
}
.BgClassName
{
background-color: #306FE4;
}
</style>
border-color css
<style>
span { border-color: #306FE4; }
span { border-color: rgb(48,111,228); }
td.TdClassName
{
border-color: #306FE4;
}
.TagClassName
{
border-color: #306FE4;
}
</style>