Shades of Royal Blue #305CEC
Tints of Royal Blue #305CEC
RGB
CMYK
RGB Variations
Color information
#305CEC (or 0x305CEC) is known color: Royal Blue. HEX triplet: 30, 5C and EC. RGB value is (48,92,236). Sum of RGB (Red+Green+Blue) = 48+92+236=376 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.77% from 376); Green value is 92 (36.33% from 255 or 24.47% from 376); Blue value is 236 (92.58% from 255 or 62.77% from 376); Max value from RGB is 236 - color contains mainly: blue. Hex color #305CEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305CEC is #CFA313. Grayscale: #5E5E5E. Windows color (decimal): -13607700 or 15490096. OLE color: 15490096.
HSL color Cylindrical-coordinate representation of color #305CEC: hue angle of 225.96º 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 #305CEC is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 92 | 236 | - |
| CMYK | 0.80 | 0.61 | 0 | 0.07 |
| HSL | 225.96º | 0.83% | 0.56% | - |
| HSV(B) | 225.96º | 0.8% | 0.93% | - |
| XYZ | 20.19 | 14.34 | 81.06 | - |
| YUV | 95.26 | 207.42 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 92 | 236 | 0.80 | 0.61 | 0 | 0.07 | 225.96 | 0.83 | 0.56 |
| Hex | 30 | 5C | EC | 50 | 3D | 0 | 7 | E2 | 53 | 38 |
| Octal | 60 | 134 | 354 | 120 | 75 | 0 | 7 | 342 | 123 | 70 |
| Binary | 110000 | 1011100 | 11101100 | 1010000 | 111101 | 0 | 111 | 11100010 | 1010011 | 111000 |
Color Harmonies of #305CEC
Complementary color
Monochromatic Colors of #305CEC
Black with #305CEC
Text Example
Text Example
White with #305CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305CEC; }
p { color: rgb(48,92,236); }
H1.HeaderClassName
{
color: #305CEC;
}
.AnyTagClassName
{
color: #305CEC;
}
</style>
background-color css
<style>
a { background-color: #305CEC; }
a { background-color: rgb(48,92,236); }
div.DivClassName
{
background-color: #305CEC;
}
.BgClassName
{
background-color: #305CEC;
}
</style>
border-color css
<style>
span { border-color: #305CEC; }
span { border-color: rgb(48,92,236); }
td.TdClassName
{
border-color: #305CEC;
}
.TagClassName
{
border-color: #305CEC;
}
</style>