Shades of Royal Blue #3C72FF
Tints of Royal Blue #3C72FF
RGB
CMYK
RGB Variations
Color information
#3C72FF (or 0x3C72FF) is known color: Royal Blue. HEX triplet: 3C, 72 and FF. RGB value is (60,114,255). Sum of RGB (Red+Green+Blue) = 60+114+255=429 (56% of max value = 765). Red value is 60 (23.83% from 255 or 13.99% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #3C72FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C72FF is #C38D00. Grayscale: #717171. Windows color (decimal): -12815617 or 16740924. OLE color: 16740924.
HSL color Cylindrical-coordinate representation of color #3C72FF: hue angle of 223.38º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C72FF is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 114 | 255 | - |
| CMYK | 0.76 | 0.55 | 0 | 0 |
| HSL | 223.38º | 1% | 0.62% | - |
| HSV(B) | 223.38º | 0.76% | 1% | - |
| XYZ | 25.93 | 20.22 | 97.14 | - |
| YUV | 113.93 | 207.61 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 114 | 255 | 0.76 | 0.55 | 0 | 0 | 223.38 | 1 | 0.62 |
| Hex | 3C | 72 | FF | 4C | 37 | 0 | 0 | DF | 64 | 3E |
| Octal | 74 | 162 | 377 | 114 | 67 | 0 | 0 | 337 | 144 | 76 |
| Binary | 111100 | 1110010 | 11111111 | 1001100 | 110111 | 0 | 0 | 11011111 | 1100100 | 111110 |
Color Harmonies of #3C72FF
Complementary color
Monochromatic Colors of #3C72FF
Black with #3C72FF
Text Example
Text Example
White with #3C72FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C72FF; }
p { color: rgb(60,114,255); }
H1.HeaderClassName
{
color: #3C72FF;
}
.AnyTagClassName
{
color: #3C72FF;
}
</style>
background-color css
<style>
a { background-color: #3C72FF; }
a { background-color: rgb(60,114,255); }
div.DivClassName
{
background-color: #3C72FF;
}
.BgClassName
{
background-color: #3C72FF;
}
</style>
border-color css
<style>
span { border-color: #3C72FF; }
span { border-color: rgb(60,114,255); }
td.TdClassName
{
border-color: #3C72FF;
}
.TagClassName
{
border-color: #3C72FF;
}
</style>