Shades of Royal Blue #3C68DD
Tints of Royal Blue #3C68DD
RGB
CMYK
RGB Variations
Color information
#3C68DD (or 0x3C68DD) is known color: Royal Blue. HEX triplet: 3C, 68 and DD. RGB value is (60,104,221). Sum of RGB (Red+Green+Blue) = 60+104+221=385 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.58% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #3C68DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C68DD is #C39722. Grayscale: #676767. Windows color (decimal): -12818211 or 14510140. OLE color: 14510140.
HSL color Cylindrical-coordinate representation of color #3C68DD: hue angle of 223.6º degrees, saturation: 0.7, 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 #3C68DD is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 104 | 221 | - |
| CMYK | 0.73 | 0.53 | 0 | 0.13 |
| HSL | 223.6º | 0.7% | 0.55% | - |
| HSV(B) | 223.6º | 0.73% | 0.87% | - |
| XYZ | 19.86 | 16.08 | 70.46 | - |
| YUV | 104.18 | 193.92 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 104 | 221 | 0.73 | 0.53 | 0 | 0.13 | 223.6 | 0.7 | 0.55 |
| Hex | 3C | 68 | DD | 49 | 35 | 0 | D | E0 | 46 | 37 |
| Octal | 74 | 150 | 335 | 111 | 65 | 0 | 15 | 340 | 106 | 67 |
| Binary | 111100 | 1101000 | 11011101 | 1001001 | 110101 | 0 | 1101 | 11100000 | 1000110 | 110111 |
Color Harmonies of #3C68DD
Complementary color
Monochromatic Colors of #3C68DD
Black with #3C68DD
Text Example
Text Example
White with #3C68DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C68DD; }
p { color: rgb(60,104,221); }
H1.HeaderClassName
{
color: #3C68DD;
}
.AnyTagClassName
{
color: #3C68DD;
}
</style>
background-color css
<style>
a { background-color: #3C68DD; }
a { background-color: rgb(60,104,221); }
div.DivClassName
{
background-color: #3C68DD;
}
.BgClassName
{
background-color: #3C68DD;
}
</style>
border-color css
<style>
span { border-color: #3C68DD; }
span { border-color: rgb(60,104,221); }
td.TdClassName
{
border-color: #3C68DD;
}
.TagClassName
{
border-color: #3C68DD;
}
</style>