Shades of Royal Blue #3C7BEC
Tints of Royal Blue #3C7BEC
RGB
CMYK
RGB Variations
Color information
#3C7BEC (or 0x3C7BEC) is known color: Royal Blue. HEX triplet: 3C, 7B and EC. RGB value is (60,123,236). Sum of RGB (Red+Green+Blue) = 60+123+236=419 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.32% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 236 (92.58% from 255 or 56.32% from 419); Max value from RGB is 236 - color contains mainly: blue. Hex color #3C7BEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C7BEC is #C38413. Grayscale: #747474. Windows color (decimal): -12813332 or 15498044. OLE color: 15498044.
HSL color Cylindrical-coordinate representation of color #3C7BEC: hue angle of 218.52º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C7BEC is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 123 | 236 | - |
| CMYK | 0.75 | 0.48 | 0 | 0.07 |
| HSL | 218.52º | 0.82% | 0.58% | - |
| HSV(B) | 218.52º | 0.75% | 0.93% | - |
| XYZ | 24.09 | 21.18 | 82.18 | - |
| YUV | 117.05 | 195.13 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 123 | 236 | 0.75 | 0.48 | 0 | 0.07 | 218.52 | 0.82 | 0.58 |
| Hex | 3C | 7B | EC | 4B | 30 | 0 | 7 | DB | 52 | 3A |
| Octal | 74 | 173 | 354 | 113 | 60 | 0 | 7 | 333 | 122 | 72 |
| Binary | 111100 | 1111011 | 11101100 | 1001011 | 110000 | 0 | 111 | 11011011 | 1010010 | 111010 |
Color Harmonies of #3C7BEC
Complementary color
Monochromatic Colors of #3C7BEC
Black with #3C7BEC
Text Example
Text Example
White with #3C7BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7BEC; }
p { color: rgb(60,123,236); }
H1.HeaderClassName
{
color: #3C7BEC;
}
.AnyTagClassName
{
color: #3C7BEC;
}
</style>
background-color css
<style>
a { background-color: #3C7BEC; }
a { background-color: rgb(60,123,236); }
div.DivClassName
{
background-color: #3C7BEC;
}
.BgClassName
{
background-color: #3C7BEC;
}
</style>
border-color css
<style>
span { border-color: #3C7BEC; }
span { border-color: rgb(60,123,236); }
td.TdClassName
{
border-color: #3C7BEC;
}
.TagClassName
{
border-color: #3C7BEC;
}
</style>