Shades of Royal Blue #3C5FDF
Tints of Royal Blue #3C5FDF
RGB
CMYK
RGB Variations
Color information
#3C5FDF (or 0x3C5FDF) is known color: Royal Blue. HEX triplet: 3C, 5F and DF. RGB value is (60,95,223). Sum of RGB (Red+Green+Blue) = 60+95+223=378 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.87% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 223 (87.5% from 255 or 58.99% from 378); Max value from RGB is 223 - color contains mainly: blue. Hex color #3C5FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C5FDF is #C3A020. Grayscale: #626262. Windows color (decimal): -12820513 or 14638908. OLE color: 14638908.
HSL color Cylindrical-coordinate representation of color #3C5FDF: hue angle of 227.12º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C5FDF is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 95 | 223 | - |
| CMYK | 0.73 | 0.57 | 0 | 0.13 |
| HSL | 227.12º | 0.72% | 0.55% | - |
| HSV(B) | 227.12º | 0.73% | 0.87% | - |
| XYZ | 19.27 | 14.47 | 71.59 | - |
| YUV | 99.13 | 197.9 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 95 | 223 | 0.73 | 0.57 | 0 | 0.13 | 227.12 | 0.72 | 0.55 |
| Hex | 3C | 5F | DF | 49 | 39 | 0 | D | E3 | 48 | 37 |
| Octal | 74 | 137 | 337 | 111 | 71 | 0 | 15 | 343 | 110 | 67 |
| Binary | 111100 | 1011111 | 11011111 | 1001001 | 111001 | 0 | 1101 | 11100011 | 1001000 | 110111 |
Color Harmonies of #3C5FDF
Complementary color
Monochromatic Colors of #3C5FDF
Black with #3C5FDF
Text Example
Text Example
White with #3C5FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5FDF; }
p { color: rgb(60,95,223); }
H1.HeaderClassName
{
color: #3C5FDF;
}
.AnyTagClassName
{
color: #3C5FDF;
}
</style>
background-color css
<style>
a { background-color: #3C5FDF; }
a { background-color: rgb(60,95,223); }
div.DivClassName
{
background-color: #3C5FDF;
}
.BgClassName
{
background-color: #3C5FDF;
}
</style>
border-color css
<style>
span { border-color: #3C5FDF; }
span { border-color: rgb(60,95,223); }
td.TdClassName
{
border-color: #3C5FDF;
}
.TagClassName
{
border-color: #3C5FDF;
}
</style>