Shades of Royal Blue #3C77DA
Tints of Royal Blue #3C77DA
RGB
CMYK
RGB Variations
Color information
#3C77DA (or 0x3C77DA) is known color: Royal Blue. HEX triplet: 3C, 77 and DA. RGB value is (60,119,218). Sum of RGB (Red+Green+Blue) = 60+119+218=397 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.11% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 218 (85.55% from 255 or 54.91% from 397); Max value from RGB is 218 - color contains mainly: blue. Hex color #3C77DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C77DA is #C38825. Grayscale: #707070. Windows color (decimal): -12814374 or 14317372. OLE color: 14317372.
HSL color Cylindrical-coordinate representation of color #3C77DA: hue angle of 217.59º 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 #3C77DA is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 119 | 218 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.15 |
| HSL | 217.59º | 0.68% | 0.55% | - |
| HSV(B) | 217.59º | 0.72% | 0.85% | - |
| XYZ | 21.12 | 19.22 | 68.93 | - |
| YUV | 112.65 | 187.45 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 119 | 218 | 0.72 | 0.45 | 0 | 0.15 | 217.59 | 0.68 | 0.55 |
| Hex | 3C | 77 | DA | 48 | 2D | 0 | F | DA | 44 | 37 |
| Octal | 74 | 167 | 332 | 110 | 55 | 0 | 17 | 332 | 104 | 67 |
| Binary | 111100 | 1110111 | 11011010 | 1001000 | 101101 | 0 | 1111 | 11011010 | 1000100 | 110111 |
Color Harmonies of #3C77DA
Complementary color
Monochromatic Colors of #3C77DA
Black with #3C77DA
Text Example
Text Example
White with #3C77DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C77DA; }
p { color: rgb(60,119,218); }
H1.HeaderClassName
{
color: #3C77DA;
}
.AnyTagClassName
{
color: #3C77DA;
}
</style>
background-color css
<style>
a { background-color: #3C77DA; }
a { background-color: rgb(60,119,218); }
div.DivClassName
{
background-color: #3C77DA;
}
.BgClassName
{
background-color: #3C77DA;
}
</style>
border-color css
<style>
span { border-color: #3C77DA; }
span { border-color: rgb(60,119,218); }
td.TdClassName
{
border-color: #3C77DA;
}
.TagClassName
{
border-color: #3C77DA;
}
</style>