Shades of Royal Blue #3C6BEC
Tints of Royal Blue #3C6BEC
RGB
CMYK
RGB Variations
Color information
#3C6BEC (or 0x3C6BEC) is known color: Royal Blue. HEX triplet: 3C, 6B and EC. RGB value is (60,107,236). Sum of RGB (Red+Green+Blue) = 60+107+236=403 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.89% from 403); Green value is 107 (42.19% from 255 or 26.55% from 403); Blue value is 236 (92.58% from 255 or 58.56% from 403); Max value from RGB is 236 - color contains mainly: blue. Hex color #3C6BEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C6BEC is #C39413. Grayscale: #6B6B6B. Windows color (decimal): -12817428 or 15493948. OLE color: 15493948.
HSL color Cylindrical-coordinate representation of color #3C6BEC: hue angle of 223.98º 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 #3C6BEC is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 107 | 236 | - |
| CMYK | 0.75 | 0.55 | 0 | 0.07 |
| HSL | 223.98º | 0.82% | 0.58% | - |
| HSV(B) | 223.98º | 0.75% | 0.93% | - |
| XYZ | 22.26 | 17.53 | 81.57 | - |
| YUV | 107.65 | 200.43 | 94.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 107 | 236 | 0.75 | 0.55 | 0 | 0.07 | 223.98 | 0.82 | 0.58 |
| Hex | 3C | 6B | EC | 4B | 37 | 0 | 7 | E0 | 52 | 3A |
| Octal | 74 | 153 | 354 | 113 | 67 | 0 | 7 | 340 | 122 | 72 |
| Binary | 111100 | 1101011 | 11101100 | 1001011 | 110111 | 0 | 111 | 11100000 | 1010010 | 111010 |
Color Harmonies of #3C6BEC
Complementary color
Monochromatic Colors of #3C6BEC
Black with #3C6BEC
Text Example
Text Example
White with #3C6BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6BEC; }
p { color: rgb(60,107,236); }
H1.HeaderClassName
{
color: #3C6BEC;
}
.AnyTagClassName
{
color: #3C6BEC;
}
</style>
background-color css
<style>
a { background-color: #3C6BEC; }
a { background-color: rgb(60,107,236); }
div.DivClassName
{
background-color: #3C6BEC;
}
.BgClassName
{
background-color: #3C6BEC;
}
</style>
border-color css
<style>
span { border-color: #3C6BEC; }
span { border-color: rgb(60,107,236); }
td.TdClassName
{
border-color: #3C6BEC;
}
.TagClassName
{
border-color: #3C6BEC;
}
</style>