Shades of Royal Blue #3C7FDA
Tints of Royal Blue #3C7FDA
RGB
CMYK
RGB Variations
Color information
#3C7FDA (or 0x3C7FDA) is known color: Royal Blue. HEX triplet: 3C, 7F and DA. RGB value is (60,127,218). Sum of RGB (Red+Green+Blue) = 60+127+218=405 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.81% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 218 (85.55% from 255 or 53.83% from 405); Max value from RGB is 218 - color contains mainly: blue. Hex color #3C7FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C7FDA is #C38025. Grayscale: #747474. Windows color (decimal): -12812326 or 14319420. OLE color: 14319420.
HSL color Cylindrical-coordinate representation of color #3C7FDA: hue angle of 214.56º 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 #3C7FDA is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 127 | 218 | - |
| CMYK | 0.72 | 0.42 | 0 | 0.15 |
| HSL | 214.56º | 0.68% | 0.55% | - |
| HSV(B) | 214.56º | 0.72% | 0.85% | - |
| XYZ | 22.11 | 21.2 | 69.26 | - |
| YUV | 117.34 | 184.8 | 87.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 127 | 218 | 0.72 | 0.42 | 0 | 0.15 | 214.56 | 0.68 | 0.55 |
| Hex | 3C | 7F | DA | 48 | 2A | 0 | F | D7 | 44 | 37 |
| Octal | 74 | 177 | 332 | 110 | 52 | 0 | 17 | 327 | 104 | 67 |
| Binary | 111100 | 1111111 | 11011010 | 1001000 | 101010 | 0 | 1111 | 11010111 | 1000100 | 110111 |
Color Harmonies of #3C7FDA
Complementary color
Monochromatic Colors of #3C7FDA
Black with #3C7FDA
Text Example
Text Example
White with #3C7FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7FDA; }
p { color: rgb(60,127,218); }
H1.HeaderClassName
{
color: #3C7FDA;
}
.AnyTagClassName
{
color: #3C7FDA;
}
</style>
background-color css
<style>
a { background-color: #3C7FDA; }
a { background-color: rgb(60,127,218); }
div.DivClassName
{
background-color: #3C7FDA;
}
.BgClassName
{
background-color: #3C7FDA;
}
</style>
border-color css
<style>
span { border-color: #3C7FDA; }
span { border-color: rgb(60,127,218); }
td.TdClassName
{
border-color: #3C7FDA;
}
.TagClassName
{
border-color: #3C7FDA;
}
</style>