Shades of Royal Blue #305BDE
Tints of Royal Blue #305BDE
RGB
CMYK
RGB Variations
Color information
#305BDE (or 0x305BDE) is known color: Royal Blue. HEX triplet: 30, 5B and DE. RGB value is (48,91,222). Sum of RGB (Red+Green+Blue) = 48+91+222=361 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.30% from 361); Green value is 91 (35.94% from 255 or 25.21% from 361); Blue value is 222 (87.11% from 255 or 61.50% from 361); Max value from RGB is 222 - color contains mainly: blue. Hex color #305BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305BDE is #CFA421. Grayscale: #5C5C5C. Windows color (decimal): -13607970 or 14572336. OLE color: 14572336.
HSL color Cylindrical-coordinate representation of color #305BDE: hue angle of 225.17º 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 #305BDE is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 91 | 222 | - |
| CMYK | 0.78 | 0.59 | 0 | 0.13 |
| HSL | 225.17º | 0.73% | 0.53% | - |
| HSV(B) | 225.17º | 0.78% | 0.87% | - |
| XYZ | 18.14 | 13.38 | 70.73 | - |
| YUV | 93.08 | 200.75 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 91 | 222 | 0.78 | 0.59 | 0 | 0.13 | 225.17 | 0.73 | 0.53 |
| Hex | 30 | 5B | DE | 4E | 3B | 0 | D | E1 | 48 | 35 |
| Octal | 60 | 133 | 336 | 116 | 73 | 0 | 15 | 341 | 110 | 65 |
| Binary | 110000 | 1011011 | 11011110 | 1001110 | 111011 | 0 | 1101 | 11100001 | 1001000 | 110101 |
Color Harmonies of #305BDE
Complementary color
Monochromatic Colors of #305BDE
Black with #305BDE
Text Example
Text Example
White with #305BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305BDE; }
p { color: rgb(48,91,222); }
H1.HeaderClassName
{
color: #305BDE;
}
.AnyTagClassName
{
color: #305BDE;
}
</style>
background-color css
<style>
a { background-color: #305BDE; }
a { background-color: rgb(48,91,222); }
div.DivClassName
{
background-color: #305BDE;
}
.BgClassName
{
background-color: #305BDE;
}
</style>
border-color css
<style>
span { border-color: #305BDE; }
span { border-color: rgb(48,91,222); }
td.TdClassName
{
border-color: #305BDE;
}
.TagClassName
{
border-color: #305BDE;
}
</style>