Shades of Royal Blue #3C73DB
Tints of Royal Blue #3C73DB
RGB
CMYK
RGB Variations
Color information
#3C73DB (or 0x3C73DB) is known color: Royal Blue. HEX triplet: 3C, 73 and DB. RGB value is (60,115,219). Sum of RGB (Red+Green+Blue) = 60+115+219=394 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.23% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #3C73DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C73DB is #C38C24. Grayscale: #6D6D6D. Windows color (decimal): -12815397 or 14381884. OLE color: 14381884.
HSL color Cylindrical-coordinate representation of color #3C73DB: hue angle of 219.25º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C73DB is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 115 | 219 | - |
| CMYK | 0.73 | 0.47 | 0 | 0.14 |
| HSL | 219.25º | 0.69% | 0.55% | - |
| HSV(B) | 219.25º | 0.73% | 0.86% | - |
| XYZ | 20.78 | 18.34 | 69.46 | - |
| YUV | 110.41 | 189.28 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 115 | 219 | 0.73 | 0.47 | 0 | 0.14 | 219.25 | 0.69 | 0.55 |
| Hex | 3C | 73 | DB | 49 | 2F | 0 | E | DB | 45 | 37 |
| Octal | 74 | 163 | 333 | 111 | 57 | 0 | 16 | 333 | 105 | 67 |
| Binary | 111100 | 1110011 | 11011011 | 1001001 | 101111 | 0 | 1110 | 11011011 | 1000101 | 110111 |
Color Harmonies of #3C73DB
Complementary color
Monochromatic Colors of #3C73DB
Black with #3C73DB
Text Example
Text Example
White with #3C73DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C73DB; }
p { color: rgb(60,115,219); }
H1.HeaderClassName
{
color: #3C73DB;
}
.AnyTagClassName
{
color: #3C73DB;
}
</style>
background-color css
<style>
a { background-color: #3C73DB; }
a { background-color: rgb(60,115,219); }
div.DivClassName
{
background-color: #3C73DB;
}
.BgClassName
{
background-color: #3C73DB;
}
</style>
border-color css
<style>
span { border-color: #3C73DB; }
span { border-color: rgb(60,115,219); }
td.TdClassName
{
border-color: #3C73DB;
}
.TagClassName
{
border-color: #3C73DB;
}
</style>