Shades of Royal Blue #3C80DA
Tints of Royal Blue #3C80DA
RGB
CMYK
RGB Variations
Color information
#3C80DA (or 0x3C80DA) is known color: Royal Blue. HEX triplet: 3C, 80 and DA. RGB value is (60,128,218). Sum of RGB (Red+Green+Blue) = 60+128+218=406 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.78% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 218 (85.55% from 255 or 53.69% from 406); Max value from RGB is 218 - color contains mainly: blue. Hex color #3C80DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C80DA is #C37F25. Grayscale: #757575. Windows color (decimal): -12812070 or 14319676. OLE color: 14319676.
HSL color Cylindrical-coordinate representation of color #3C80DA: hue angle of 214.18º 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 #3C80DA is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 128 | 218 | - |
| CMYK | 0.72 | 0.41 | 0 | 0.15 |
| HSL | 214.18º | 0.68% | 0.55% | - |
| HSV(B) | 214.18º | 0.72% | 0.85% | - |
| XYZ | 22.24 | 21.46 | 69.3 | - |
| YUV | 117.93 | 184.47 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 128 | 218 | 0.72 | 0.41 | 0 | 0.15 | 214.18 | 0.68 | 0.55 |
| Hex | 3C | 80 | DA | 48 | 29 | 0 | F | D6 | 44 | 37 |
| Octal | 74 | 200 | 332 | 110 | 51 | 0 | 17 | 326 | 104 | 67 |
| Binary | 111100 | 10000000 | 11011010 | 1001000 | 101001 | 0 | 1111 | 11010110 | 1000100 | 110111 |
Color Harmonies of #3C80DA
Complementary color
Monochromatic Colors of #3C80DA
Black with #3C80DA
Text Example
Text Example
White with #3C80DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C80DA; }
p { color: rgb(60,128,218); }
H1.HeaderClassName
{
color: #3C80DA;
}
.AnyTagClassName
{
color: #3C80DA;
}
</style>
background-color css
<style>
a { background-color: #3C80DA; }
a { background-color: rgb(60,128,218); }
div.DivClassName
{
background-color: #3C80DA;
}
.BgClassName
{
background-color: #3C80DA;
}
</style>
border-color css
<style>
span { border-color: #3C80DA; }
span { border-color: rgb(60,128,218); }
td.TdClassName
{
border-color: #3C80DA;
}
.TagClassName
{
border-color: #3C80DA;
}
</style>