Shades of Royal Blue #3C5DE8
Tints of Royal Blue #3C5DE8
RGB
CMYK
RGB Variations
Color information
#3C5DE8 (or 0x3C5DE8) is known color: Royal Blue. HEX triplet: 3C, 5D and E8. RGB value is (60,93,232). Sum of RGB (Red+Green+Blue) = 60+93+232=385 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.58% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 232 (91.02% from 255 or 60.26% from 385); Max value from RGB is 232 - color contains mainly: blue. Hex color #3C5DE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C5DE8 is #C3A217. Grayscale: #626262. Windows color (decimal): -12821016 or 15228220. OLE color: 15228220.
HSL color Cylindrical-coordinate representation of color #3C5DE8: hue angle of 228.49º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C5DE8 is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 60 | 93 | 232 | - |
| CMYK | 0.74 | 0.60 | 0 | 0.09 |
| HSL | 228.49º | 0.79% | 0.57% | - |
| HSV(B) | 228.49º | 0.74% | 0.91% | - |
| XYZ | 20.34 | 14.62 | 78.09 | - |
| YUV | 98.98 | 203.07 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 93 | 232 | 0.74 | 0.60 | 0 | 0.09 | 228.49 | 0.79 | 0.57 |
| Hex | 3C | 5D | E8 | 4A | 3C | 0 | 9 | E4 | 4F | 39 |
| Octal | 74 | 135 | 350 | 112 | 74 | 0 | 11 | 344 | 117 | 71 |
| Binary | 111100 | 1011101 | 11101000 | 1001010 | 111100 | 0 | 1001 | 11100100 | 1001111 | 111001 |
Color Harmonies of #3C5DE8
Complementary color
Monochromatic Colors of #3C5DE8
Black with #3C5DE8
Text Example
Text Example
White with #3C5DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5DE8; }
p { color: rgb(60,93,232); }
H1.HeaderClassName
{
color: #3C5DE8;
}
.AnyTagClassName
{
color: #3C5DE8;
}
</style>
background-color css
<style>
a { background-color: #3C5DE8; }
a { background-color: rgb(60,93,232); }
div.DivClassName
{
background-color: #3C5DE8;
}
.BgClassName
{
background-color: #3C5DE8;
}
</style>
border-color css
<style>
span { border-color: #3C5DE8; }
span { border-color: rgb(60,93,232); }
td.TdClassName
{
border-color: #3C5DE8;
}
.TagClassName
{
border-color: #3C5DE8;
}
</style>