Shades of Royal Blue #3B65DB
Tints of Royal Blue #3B65DB
RGB
CMYK
RGB Variations
Color information
#3B65DB (or 0x3B65DB) is known color: Royal Blue. HEX triplet: 3B, 65 and DB. RGB value is (59,101,219). Sum of RGB (Red+Green+Blue) = 59+101+219=379 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.57% from 379); Green value is 101 (39.84% from 255 or 26.65% 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 #3B65DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B65DB is #C49A24. Grayscale: #656565. Windows color (decimal): -12884517 or 14378299. OLE color: 14378299.
HSL color Cylindrical-coordinate representation of color #3B65DB: hue angle of 224.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 #3B65DB is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 101 | 219 | - |
| CMYK | 0.73 | 0.54 | 0 | 0.14 |
| HSL | 224.25º | 0.69% | 0.55% | - |
| HSV(B) | 224.25º | 0.73% | 0.86% | - |
| XYZ | 19.24 | 15.35 | 68.97 | - |
| YUV | 101.89 | 194.09 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 101 | 219 | 0.73 | 0.54 | 0 | 0.14 | 224.25 | 0.69 | 0.55 |
| Hex | 3B | 65 | DB | 49 | 36 | 0 | E | E0 | 45 | 37 |
| Octal | 73 | 145 | 333 | 111 | 66 | 0 | 16 | 340 | 105 | 67 |
| Binary | 111011 | 1100101 | 11011011 | 1001001 | 110110 | 0 | 1110 | 11100000 | 1000101 | 110111 |
Color Harmonies of #3B65DB
Complementary color
Monochromatic Colors of #3B65DB
Black with #3B65DB
Text Example
Text Example
White with #3B65DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B65DB; }
p { color: rgb(59,101,219); }
H1.HeaderClassName
{
color: #3B65DB;
}
.AnyTagClassName
{
color: #3B65DB;
}
</style>
background-color css
<style>
a { background-color: #3B65DB; }
a { background-color: rgb(59,101,219); }
div.DivClassName
{
background-color: #3B65DB;
}
.BgClassName
{
background-color: #3B65DB;
}
</style>
border-color css
<style>
span { border-color: #3B65DB; }
span { border-color: rgb(59,101,219); }
td.TdClassName
{
border-color: #3B65DB;
}
.TagClassName
{
border-color: #3B65DB;
}
</style>