Shades of Royal Blue #3C65DB
Tints of Royal Blue #3C65DB
RGB
CMYK
RGB Variations
Color information
#3C65DB (or 0x3C65DB) is known color: Royal Blue. HEX triplet: 3C, 65 and DB. RGB value is (60,101,219). Sum of RGB (Red+Green+Blue) = 60+101+219=380 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.79% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #3C65DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C65DB is #C39A24. Grayscale: #656565. Windows color (decimal): -12818981 or 14378300. OLE color: 14378300.
HSL color Cylindrical-coordinate representation of color #3C65DB: hue angle of 224.53º 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 #3C65DB is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 101 | 219 | - |
| CMYK | 0.73 | 0.54 | 0 | 0.14 |
| HSL | 224.53º | 0.69% | 0.55% | - |
| HSV(B) | 224.53º | 0.73% | 0.86% | - |
| XYZ | 19.3 | 15.38 | 68.97 | - |
| YUV | 102.19 | 193.92 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 101 | 219 | 0.73 | 0.54 | 0 | 0.14 | 224.53 | 0.69 | 0.55 |
| Hex | 3C | 65 | DB | 49 | 36 | 0 | E | E1 | 45 | 37 |
| Octal | 74 | 145 | 333 | 111 | 66 | 0 | 16 | 341 | 105 | 67 |
| Binary | 111100 | 1100101 | 11011011 | 1001001 | 110110 | 0 | 1110 | 11100001 | 1000101 | 110111 |
Color Harmonies of #3C65DB
Complementary color
Monochromatic Colors of #3C65DB
Black with #3C65DB
Text Example
Text Example
White with #3C65DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C65DB; }
p { color: rgb(60,101,219); }
H1.HeaderClassName
{
color: #3C65DB;
}
.AnyTagClassName
{
color: #3C65DB;
}
</style>
background-color css
<style>
a { background-color: #3C65DB; }
a { background-color: rgb(60,101,219); }
div.DivClassName
{
background-color: #3C65DB;
}
.BgClassName
{
background-color: #3C65DB;
}
</style>
border-color css
<style>
span { border-color: #3C65DB; }
span { border-color: rgb(60,101,219); }
td.TdClassName
{
border-color: #3C65DB;
}
.TagClassName
{
border-color: #3C65DB;
}
</style>