Shades of Royal Blue #3C68EF
Tints of Royal Blue #3C68EF
RGB
CMYK
RGB Variations
Color information
#3C68EF (or 0x3C68EF) is known color: Royal Blue. HEX triplet: 3C, 68 and EF. RGB value is (60,104,239). Sum of RGB (Red+Green+Blue) = 60+104+239=403 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.89% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 239 (93.75% from 255 or 59.31% from 403); Max value from RGB is 239 - color contains mainly: blue. Hex color #3C68EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C68EF is #C39710. Grayscale: #696969. Windows color (decimal): -12818193 or 15689788. OLE color: 15689788.
HSL color Cylindrical-coordinate representation of color #3C68EF: hue angle of 225.25º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C68EF is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 104 | 239 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.06 |
| HSL | 225.25º | 0.85% | 0.59% | - |
| HSV(B) | 225.25º | 0.75% | 0.94% | - |
| XYZ | 22.39 | 17.09 | 83.78 | - |
| YUV | 106.23 | 202.92 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 104 | 239 | 0.75 | 0.56 | 0 | 0.06 | 225.25 | 0.85 | 0.59 |
| Hex | 3C | 68 | EF | 4B | 38 | 0 | 6 | E1 | 55 | 3B |
| Octal | 74 | 150 | 357 | 113 | 70 | 0 | 6 | 341 | 125 | 73 |
| Binary | 111100 | 1101000 | 11101111 | 1001011 | 111000 | 0 | 110 | 11100001 | 1010101 | 111011 |
Color Harmonies of #3C68EF
Complementary color
Monochromatic Colors of #3C68EF
Black with #3C68EF
Text Example
Text Example
White with #3C68EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C68EF; }
p { color: rgb(60,104,239); }
H1.HeaderClassName
{
color: #3C68EF;
}
.AnyTagClassName
{
color: #3C68EF;
}
</style>
background-color css
<style>
a { background-color: #3C68EF; }
a { background-color: rgb(60,104,239); }
div.DivClassName
{
background-color: #3C68EF;
}
.BgClassName
{
background-color: #3C68EF;
}
</style>
border-color css
<style>
span { border-color: #3C68EF; }
span { border-color: rgb(60,104,239); }
td.TdClassName
{
border-color: #3C68EF;
}
.TagClassName
{
border-color: #3C68EF;
}
</style>