Shades of Royal Blue #3C68FA
Tints of Royal Blue #3C68FA
RGB
CMYK
RGB Variations
Color information
#3C68FA (or 0x3C68FA) is known color: Royal Blue. HEX triplet: 3C, 68 and FA. RGB value is (60,104,250). Sum of RGB (Red+Green+Blue) = 60+104+250=414 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.49% from 414); Green value is 104 (41.02% from 255 or 25.12% from 414); Blue value is 250 (98.05% from 255 or 60.39% from 414); Max value from RGB is 250 - color contains mainly: blue. Hex color #3C68FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C68FA is #C39705. Grayscale: #6A6A6A. Windows color (decimal): -12818182 or 16410684. OLE color: 16410684.
HSL color Cylindrical-coordinate representation of color #3C68FA: hue angle of 226.11º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C68FA is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 104 | 250 | - |
| CMYK | 0.76 | 0.58 | 0 | 0.02 |
| HSL | 226.11º | 0.95% | 0.61% | - |
| HSV(B) | 226.11º | 0.76% | 0.98% | - |
| XYZ | 24.07 | 17.76 | 92.6 | - |
| YUV | 107.49 | 208.42 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 104 | 250 | 0.76 | 0.58 | 0 | 0.02 | 226.11 | 0.95 | 0.61 |
| Hex | 3C | 68 | FA | 4C | 3A | 0 | 2 | E2 | 5F | 3D |
| Octal | 74 | 150 | 372 | 114 | 72 | 0 | 2 | 342 | 137 | 75 |
| Binary | 111100 | 1101000 | 11111010 | 1001100 | 111010 | 0 | 10 | 11100010 | 1011111 | 111101 |
Color Harmonies of #3C68FA
Complementary color
Monochromatic Colors of #3C68FA
Black with #3C68FA
Text Example
Text Example
White with #3C68FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C68FA; }
p { color: rgb(60,104,250); }
H1.HeaderClassName
{
color: #3C68FA;
}
.AnyTagClassName
{
color: #3C68FA;
}
</style>
background-color css
<style>
a { background-color: #3C68FA; }
a { background-color: rgb(60,104,250); }
div.DivClassName
{
background-color: #3C68FA;
}
.BgClassName
{
background-color: #3C68FA;
}
</style>
border-color css
<style>
span { border-color: #3C68FA; }
span { border-color: rgb(60,104,250); }
td.TdClassName
{
border-color: #3C68FA;
}
.TagClassName
{
border-color: #3C68FA;
}
</style>