Shades of Royal Blue #3C73FF
Tints of Royal Blue #3C73FF
RGB
CMYK
RGB Variations
Color information
#3C73FF (or 0x3C73FF) is known color: Royal Blue. HEX triplet: 3C, 73 and FF. RGB value is (60,115,255). Sum of RGB (Red+Green+Blue) = 60+115+255=430 (56% of max value = 765). Red value is 60 (23.83% from 255 or 13.95% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #3C73FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C73FF is #C38C00. Grayscale: #717171. Windows color (decimal): -12815361 or 16741180. OLE color: 16741180.
HSL color Cylindrical-coordinate representation of color #3C73FF: hue angle of 223.08º 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 #3C73FF is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 115 | 255 | - |
| CMYK | 0.76 | 0.55 | 0 | 0 |
| HSL | 223.08º | 1% | 0.62% | - |
| HSV(B) | 223.08º | 0.76% | 1% | - |
| XYZ | 26.04 | 20.44 | 97.18 | - |
| YUV | 114.52 | 207.28 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 115 | 255 | 0.76 | 0.55 | 0 | 0 | 223.08 | 1 | 0.62 |
| Hex | 3C | 73 | FF | 4C | 37 | 0 | 0 | DF | 64 | 3E |
| Octal | 74 | 163 | 377 | 114 | 67 | 0 | 0 | 337 | 144 | 76 |
| Binary | 111100 | 1110011 | 11111111 | 1001100 | 110111 | 0 | 0 | 11011111 | 1100100 | 111110 |
Color Harmonies of #3C73FF
Complementary color
Monochromatic Colors of #3C73FF
Black with #3C73FF
Text Example
Text Example
White with #3C73FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C73FF; }
p { color: rgb(60,115,255); }
H1.HeaderClassName
{
color: #3C73FF;
}
.AnyTagClassName
{
color: #3C73FF;
}
</style>
background-color css
<style>
a { background-color: #3C73FF; }
a { background-color: rgb(60,115,255); }
div.DivClassName
{
background-color: #3C73FF;
}
.BgClassName
{
background-color: #3C73FF;
}
</style>
border-color css
<style>
span { border-color: #3C73FF; }
span { border-color: rgb(60,115,255); }
td.TdClassName
{
border-color: #3C73FF;
}
.TagClassName
{
border-color: #3C73FF;
}
</style>