Shades of Royal Blue #306ECF
Tints of Royal Blue #306ECF
RGB
CMYK
RGB Variations
Color information
#306ECF (or 0x306ECF) is known color: Royal Blue. HEX triplet: 30, 6E and CF. RGB value is (48,110,207). Sum of RGB (Red+Green+Blue) = 48+110+207=365 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.15% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #306ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306ECF is #CF9130. Grayscale: #666666. Windows color (decimal): -13603121 or 13594160. OLE color: 13594160.
HSL color Cylindrical-coordinate representation of color #306ECF: hue angle of 216.6º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #306ECF is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 110 | 207 | - |
| CMYK | 0.77 | 0.47 | 0 | 0.19 |
| HSL | 216.6º | 0.62% | 0.5% | - |
| HSV(B) | 216.6º | 0.77% | 0.81% | - |
| XYZ | 18.06 | 16.29 | 61.22 | - |
| YUV | 102.52 | 186.96 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 110 | 207 | 0.77 | 0.47 | 0 | 0.19 | 216.6 | 0.62 | 0.5 |
| Hex | 30 | 6E | CF | 4D | 2F | 0 | 13 | D9 | 3E | 32 |
| Octal | 60 | 156 | 317 | 115 | 57 | 0 | 23 | 331 | 76 | 62 |
| Binary | 110000 | 1101110 | 11001111 | 1001101 | 101111 | 0 | 10011 | 11011001 | 111110 | 110010 |
Color Harmonies of #306ECF
Complementary color
Monochromatic Colors of #306ECF
Black with #306ECF
Text Example
Text Example
White with #306ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306ECF; }
p { color: rgb(48,110,207); }
H1.HeaderClassName
{
color: #306ECF;
}
.AnyTagClassName
{
color: #306ECF;
}
</style>
background-color css
<style>
a { background-color: #306ECF; }
a { background-color: rgb(48,110,207); }
div.DivClassName
{
background-color: #306ECF;
}
.BgClassName
{
background-color: #306ECF;
}
</style>
border-color css
<style>
span { border-color: #306ECF; }
span { border-color: rgb(48,110,207); }
td.TdClassName
{
border-color: #306ECF;
}
.TagClassName
{
border-color: #306ECF;
}
</style>