Shades of Royal Blue #3C77DF
Tints of Royal Blue #3C77DF
RGB
CMYK
RGB Variations
Color information
#3C77DF (or 0x3C77DF) is known color: Royal Blue. HEX triplet: 3C, 77 and DF. RGB value is (60,119,223). Sum of RGB (Red+Green+Blue) = 60+119+223=402 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.93% from 402); Green value is 119 (46.88% from 255 or 29.60% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #3C77DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C77DF is #C38820. Grayscale: #707070. Windows color (decimal): -12814369 or 14645052. OLE color: 14645052.
HSL color Cylindrical-coordinate representation of color #3C77DF: hue angle of 218.28º 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 #3C77DF is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 119 | 223 | - |
| CMYK | 0.73 | 0.47 | 0 | 0.13 |
| HSL | 218.28º | 0.72% | 0.55% | - |
| HSV(B) | 218.28º | 0.73% | 0.87% | - |
| XYZ | 21.78 | 19.48 | 72.42 | - |
| YUV | 113.22 | 189.95 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 119 | 223 | 0.73 | 0.47 | 0 | 0.13 | 218.28 | 0.72 | 0.55 |
| Hex | 3C | 77 | DF | 49 | 2F | 0 | D | DA | 48 | 37 |
| Octal | 74 | 167 | 337 | 111 | 57 | 0 | 15 | 332 | 110 | 67 |
| Binary | 111100 | 1110111 | 11011111 | 1001001 | 101111 | 0 | 1101 | 11011010 | 1001000 | 110111 |
Color Harmonies of #3C77DF
Complementary color
Monochromatic Colors of #3C77DF
Black with #3C77DF
Text Example
Text Example
White with #3C77DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C77DF; }
p { color: rgb(60,119,223); }
H1.HeaderClassName
{
color: #3C77DF;
}
.AnyTagClassName
{
color: #3C77DF;
}
</style>
background-color css
<style>
a { background-color: #3C77DF; }
a { background-color: rgb(60,119,223); }
div.DivClassName
{
background-color: #3C77DF;
}
.BgClassName
{
background-color: #3C77DF;
}
</style>
border-color css
<style>
span { border-color: #3C77DF; }
span { border-color: rgb(60,119,223); }
td.TdClassName
{
border-color: #3C77DF;
}
.TagClassName
{
border-color: #3C77DF;
}
</style>