Shades of Royal Blue #3C5DDA
Tints of Royal Blue #3C5DDA
RGB
CMYK
RGB Variations
Color information
#3C5DDA (or 0x3C5DDA) is known color: Royal Blue. HEX triplet: 3C, 5D and DA. RGB value is (60,93,218). Sum of RGB (Red+Green+Blue) = 60+93+218=371 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.17% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 218 (85.55% from 255 or 58.76% from 371); Max value from RGB is 218 - color contains mainly: blue. Hex color #3C5DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C5DDA is #C3A225. Grayscale: #606060. Windows color (decimal): -12821030 or 14310716. OLE color: 14310716.
HSL color Cylindrical-coordinate representation of color #3C5DDA: hue angle of 227.47º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C5DDA is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 93 | 218 | - |
| CMYK | 0.72 | 0.57 | 0 | 0.15 |
| HSL | 227.47º | 0.68% | 0.55% | - |
| HSV(B) | 227.47º | 0.72% | 0.85% | - |
| XYZ | 18.43 | 13.85 | 68.03 | - |
| YUV | 97.38 | 196.07 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 93 | 218 | 0.72 | 0.57 | 0 | 0.15 | 227.47 | 0.68 | 0.55 |
| Hex | 3C | 5D | DA | 48 | 39 | 0 | F | E3 | 44 | 37 |
| Octal | 74 | 135 | 332 | 110 | 71 | 0 | 17 | 343 | 104 | 67 |
| Binary | 111100 | 1011101 | 11011010 | 1001000 | 111001 | 0 | 1111 | 11100011 | 1000100 | 110111 |
Color Harmonies of #3C5DDA
Complementary color
Monochromatic Colors of #3C5DDA
Black with #3C5DDA
Text Example
Text Example
White with #3C5DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5DDA; }
p { color: rgb(60,93,218); }
H1.HeaderClassName
{
color: #3C5DDA;
}
.AnyTagClassName
{
color: #3C5DDA;
}
</style>
background-color css
<style>
a { background-color: #3C5DDA; }
a { background-color: rgb(60,93,218); }
div.DivClassName
{
background-color: #3C5DDA;
}
.BgClassName
{
background-color: #3C5DDA;
}
</style>
border-color css
<style>
span { border-color: #3C5DDA; }
span { border-color: rgb(60,93,218); }
td.TdClassName
{
border-color: #3C5DDA;
}
.TagClassName
{
border-color: #3C5DDA;
}
</style>