Shades of Royal Blue #305BEC
Tints of Royal Blue #305BEC
RGB
CMYK
RGB Variations
Color information
#305BEC (or 0x305BEC) is known color: Royal Blue. HEX triplet: 30, 5B and EC. RGB value is (48,91,236). Sum of RGB (Red+Green+Blue) = 48+91+236=375 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.8% from 375); Green value is 91 (35.94% from 255 or 24.27% from 375); Blue value is 236 (92.58% from 255 or 62.93% from 375); Max value from RGB is 236 - color contains mainly: blue. Hex color #305BEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305BEC is #CFA413. Grayscale: #5E5E5E. Windows color (decimal): -13607956 or 15489840. OLE color: 15489840.
HSL color Cylindrical-coordinate representation of color #305BEC: hue angle of 226.28º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #305BEC is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 91 | 236 | - |
| CMYK | 0.80 | 0.61 | 0 | 0.07 |
| HSL | 226.28º | 0.83% | 0.56% | - |
| HSV(B) | 226.28º | 0.8% | 0.93% | - |
| XYZ | 20.1 | 14.17 | 81.03 | - |
| YUV | 94.67 | 207.75 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 91 | 236 | 0.80 | 0.61 | 0 | 0.07 | 226.28 | 0.83 | 0.56 |
| Hex | 30 | 5B | EC | 50 | 3D | 0 | 7 | E2 | 53 | 38 |
| Octal | 60 | 133 | 354 | 120 | 75 | 0 | 7 | 342 | 123 | 70 |
| Binary | 110000 | 1011011 | 11101100 | 1010000 | 111101 | 0 | 111 | 11100010 | 1010011 | 111000 |
Color Harmonies of #305BEC
Complementary color
Monochromatic Colors of #305BEC
Black with #305BEC
Text Example
Text Example
White with #305BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305BEC; }
p { color: rgb(48,91,236); }
H1.HeaderClassName
{
color: #305BEC;
}
.AnyTagClassName
{
color: #305BEC;
}
</style>
background-color css
<style>
a { background-color: #305BEC; }
a { background-color: rgb(48,91,236); }
div.DivClassName
{
background-color: #305BEC;
}
.BgClassName
{
background-color: #305BEC;
}
</style>
border-color css
<style>
span { border-color: #305BEC; }
span { border-color: rgb(48,91,236); }
td.TdClassName
{
border-color: #305BEC;
}
.TagClassName
{
border-color: #305BEC;
}
</style>