Shades of Royal Blue #306EDE
Tints of Royal Blue #306EDE
RGB
CMYK
RGB Variations
Color information
#306EDE (or 0x306EDE) is known color: Royal Blue. HEX triplet: 30, 6E and DE. RGB value is (48,110,222). Sum of RGB (Red+Green+Blue) = 48+110+222=380 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.63% from 380); Green value is 110 (43.36% from 255 or 28.95% from 380); Blue value is 222 (87.11% from 255 or 58.42% from 380); Max value from RGB is 222 - color contains mainly: blue. Hex color #306EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306EDE is #CF9121. Grayscale: #676767. Windows color (decimal): -13603106 or 14577200. OLE color: 14577200.
HSL color Cylindrical-coordinate representation of color #306EDE: hue angle of 218.62º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #306EDE is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 110 | 222 | - |
| CMYK | 0.78 | 0.50 | 0 | 0.13 |
| HSL | 218.62º | 0.73% | 0.53% | - |
| HSV(B) | 218.62º | 0.78% | 0.87% | - |
| XYZ | 19.98 | 17.05 | 71.35 | - |
| YUV | 104.23 | 194.46 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 110 | 222 | 0.78 | 0.50 | 0 | 0.13 | 218.62 | 0.73 | 0.53 |
| Hex | 30 | 6E | DE | 4E | 32 | 0 | D | DB | 48 | 35 |
| Octal | 60 | 156 | 336 | 116 | 62 | 0 | 15 | 333 | 110 | 65 |
| Binary | 110000 | 1101110 | 11011110 | 1001110 | 110010 | 0 | 1101 | 11011011 | 1001000 | 110101 |
Color Harmonies of #306EDE
Complementary color
Monochromatic Colors of #306EDE
Black with #306EDE
Text Example
Text Example
White with #306EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306EDE; }
p { color: rgb(48,110,222); }
H1.HeaderClassName
{
color: #306EDE;
}
.AnyTagClassName
{
color: #306EDE;
}
</style>
background-color css
<style>
a { background-color: #306EDE; }
a { background-color: rgb(48,110,222); }
div.DivClassName
{
background-color: #306EDE;
}
.BgClassName
{
background-color: #306EDE;
}
</style>
border-color css
<style>
span { border-color: #306EDE; }
span { border-color: rgb(48,110,222); }
td.TdClassName
{
border-color: #306EDE;
}
.TagClassName
{
border-color: #306EDE;
}
</style>