Shades of Royal Blue #305CE4
Tints of Royal Blue #305CE4
RGB
CMYK
RGB Variations
Color information
#305CE4 (or 0x305CE4) is known color: Royal Blue. HEX triplet: 30, 5C and E4. RGB value is (48,92,228). Sum of RGB (Red+Green+Blue) = 48+92+228=368 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.04% from 368); Green value is 92 (36.33% from 255 or 25% from 368); Blue value is 228 (89.45% from 255 or 61.96% from 368); Max value from RGB is 228 - color contains mainly: blue. Hex color #305CE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305CE4 is #CFA31B. Grayscale: #5D5D5D. Windows color (decimal): -13607708 or 14965808. OLE color: 14965808.
HSL color Cylindrical-coordinate representation of color #305CE4: hue angle of 225.33º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #305CE4 is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 48 | 92 | 228 | - |
| CMYK | 0.79 | 0.60 | 0 | 0.11 |
| HSL | 225.33º | 0.77% | 0.54% | - |
| HSV(B) | 225.33º | 0.79% | 0.89% | - |
| XYZ | 19.05 | 13.88 | 75.07 | - |
| YUV | 94.35 | 203.42 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 92 | 228 | 0.79 | 0.60 | 0 | 0.11 | 225.33 | 0.77 | 0.54 |
| Hex | 30 | 5C | E4 | 4F | 3C | 0 | B | E1 | 4D | 36 |
| Octal | 60 | 134 | 344 | 117 | 74 | 0 | 13 | 341 | 115 | 66 |
| Binary | 110000 | 1011100 | 11100100 | 1001111 | 111100 | 0 | 1011 | 11100001 | 1001101 | 110110 |
Color Harmonies of #305CE4
Complementary color
Monochromatic Colors of #305CE4
Black with #305CE4
Text Example
Text Example
White with #305CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305CE4; }
p { color: rgb(48,92,228); }
H1.HeaderClassName
{
color: #305CE4;
}
.AnyTagClassName
{
color: #305CE4;
}
</style>
background-color css
<style>
a { background-color: #305CE4; }
a { background-color: rgb(48,92,228); }
div.DivClassName
{
background-color: #305CE4;
}
.BgClassName
{
background-color: #305CE4;
}
</style>
border-color css
<style>
span { border-color: #305CE4; }
span { border-color: rgb(48,92,228); }
td.TdClassName
{
border-color: #305CE4;
}
.TagClassName
{
border-color: #305CE4;
}
</style>