Shades of Royal Blue #3C72FD
Tints of Royal Blue #3C72FD
RGB
CMYK
RGB Variations
Color information
#3C72FD (or 0x3C72FD) is known color: Royal Blue. HEX triplet: 3C, 72 and FD. RGB value is (60,114,253). Sum of RGB (Red+Green+Blue) = 60+114+253=427 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.05% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 253 (99.22% from 255 or 59.25% from 427); Max value from RGB is 253 - color contains mainly: blue. Hex color #3C72FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C72FD is #C38D02. Grayscale: #717171. Windows color (decimal): -12815619 or 16609852. OLE color: 16609852.
HSL color Cylindrical-coordinate representation of color #3C72FD: hue angle of 223.21º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C72FD is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 114 | 253 | - |
| CMYK | 0.76 | 0.55 | 0 | 0.01 |
| HSL | 223.21º | 0.98% | 0.61% | - |
| HSV(B) | 223.21º | 0.76% | 0.99% | - |
| XYZ | 25.61 | 20.09 | 95.46 | - |
| YUV | 113.7 | 206.61 | 89.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 114 | 253 | 0.76 | 0.55 | 0 | 0.01 | 223.21 | 0.98 | 0.61 |
| Hex | 3C | 72 | FD | 4C | 37 | 0 | 1 | DF | 62 | 3D |
| Octal | 74 | 162 | 375 | 114 | 67 | 0 | 1 | 337 | 142 | 75 |
| Binary | 111100 | 1110010 | 11111101 | 1001100 | 110111 | 0 | 1 | 11011111 | 1100010 | 111101 |
Color Harmonies of #3C72FD
Complementary color
Monochromatic Colors of #3C72FD
Black with #3C72FD
Text Example
Text Example
White with #3C72FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C72FD; }
p { color: rgb(60,114,253); }
H1.HeaderClassName
{
color: #3C72FD;
}
.AnyTagClassName
{
color: #3C72FD;
}
</style>
background-color css
<style>
a { background-color: #3C72FD; }
a { background-color: rgb(60,114,253); }
div.DivClassName
{
background-color: #3C72FD;
}
.BgClassName
{
background-color: #3C72FD;
}
</style>
border-color css
<style>
span { border-color: #3C72FD; }
span { border-color: rgb(60,114,253); }
td.TdClassName
{
border-color: #3C72FD;
}
.TagClassName
{
border-color: #3C72FD;
}
</style>