Shades of Royal Blue #3C72FE
Tints of Royal Blue #3C72FE
RGB
CMYK
RGB Variations
Color information
#3C72FE (or 0x3C72FE) is known color: Royal Blue. HEX triplet: 3C, 72 and FE. RGB value is (60,114,254). Sum of RGB (Red+Green+Blue) = 60+114+254=428 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.02% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 254 (99.61% from 255 or 59.35% from 428); Max value from RGB is 254 - color contains mainly: blue. Hex color #3C72FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C72FE is #C38D01. Grayscale: #717171. Windows color (decimal): -12815618 or 16675388. OLE color: 16675388.
HSL color Cylindrical-coordinate representation of color #3C72FE: hue angle of 223.3º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C72FE is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 60 | 114 | 254 | - |
| CMYK | 0.76 | 0.55 | 0 | 0.00 |
| HSL | 223.3º | 0.99% | 0.62% | - |
| HSV(B) | 223.3º | 0.76% | 1% | - |
| XYZ | 25.77 | 20.15 | 96.3 | - |
| YUV | 113.81 | 207.11 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 114 | 254 | 0.76 | 0.55 | 0 | 0.00 | 223.3 | 0.99 | 0.62 |
| Hex | 3C | 72 | FE | 4C | 37 | 0 | 0 | DF | 63 | 3E |
| Octal | 74 | 162 | 376 | 114 | 67 | 0 | 0 | 337 | 143 | 76 |
| Binary | 111100 | 1110010 | 11111110 | 1001100 | 110111 | 0 | 0 | 11011111 | 1100011 | 111110 |
Color Harmonies of #3C72FE
Complementary color
Monochromatic Colors of #3C72FE
Black with #3C72FE
Text Example
Text Example
White with #3C72FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C72FE; }
p { color: rgb(60,114,254); }
H1.HeaderClassName
{
color: #3C72FE;
}
.AnyTagClassName
{
color: #3C72FE;
}
</style>
background-color css
<style>
a { background-color: #3C72FE; }
a { background-color: rgb(60,114,254); }
div.DivClassName
{
background-color: #3C72FE;
}
.BgClassName
{
background-color: #3C72FE;
}
</style>
border-color css
<style>
span { border-color: #3C72FE; }
span { border-color: rgb(60,114,254); }
td.TdClassName
{
border-color: #3C72FE;
}
.TagClassName
{
border-color: #3C72FE;
}
</style>