Shades of Royal Blue #3C64DB
Tints of Royal Blue #3C64DB
RGB
CMYK
RGB Variations
Color information
#3C64DB (or 0x3C64DB) is known color: Royal Blue. HEX triplet: 3C, 64 and DB. RGB value is (60,100,219). Sum of RGB (Red+Green+Blue) = 60+100+219=379 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.83% from 379); Green value is 100 (39.45% from 255 or 26.39% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #3C64DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C64DB is #C39B24. Grayscale: #656565. Windows color (decimal): -12819237 or 14378044. OLE color: 14378044.
HSL color Cylindrical-coordinate representation of color #3C64DB: hue angle of 224.91º 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 #3C64DB is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 100 | 219 | - |
| CMYK | 0.73 | 0.54 | 0 | 0.14 |
| HSL | 224.91º | 0.69% | 0.55% | - |
| HSV(B) | 224.91º | 0.73% | 0.86% | - |
| XYZ | 19.21 | 15.19 | 68.94 | - |
| YUV | 101.61 | 194.25 | 98.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 100 | 219 | 0.73 | 0.54 | 0 | 0.14 | 224.91 | 0.69 | 0.55 |
| Hex | 3C | 64 | DB | 49 | 36 | 0 | E | E1 | 45 | 37 |
| Octal | 74 | 144 | 333 | 111 | 66 | 0 | 16 | 341 | 105 | 67 |
| Binary | 111100 | 1100100 | 11011011 | 1001001 | 110110 | 0 | 1110 | 11100001 | 1000101 | 110111 |
Color Harmonies of #3C64DB
Complementary color
Monochromatic Colors of #3C64DB
Black with #3C64DB
Text Example
Text Example
White with #3C64DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C64DB; }
p { color: rgb(60,100,219); }
H1.HeaderClassName
{
color: #3C64DB;
}
.AnyTagClassName
{
color: #3C64DB;
}
</style>
background-color css
<style>
a { background-color: #3C64DB; }
a { background-color: rgb(60,100,219); }
div.DivClassName
{
background-color: #3C64DB;
}
.BgClassName
{
background-color: #3C64DB;
}
</style>
border-color css
<style>
span { border-color: #3C64DB; }
span { border-color: rgb(60,100,219); }
td.TdClassName
{
border-color: #3C64DB;
}
.TagClassName
{
border-color: #3C64DB;
}
</style>