Shades of Royal Blue #3B69DB
Tints of Royal Blue #3B69DB
RGB
CMYK
RGB Variations
Color information
#3B69DB (or 0x3B69DB) is known color: Royal Blue. HEX triplet: 3B, 69 and DB. RGB value is (59,105,219). Sum of RGB (Red+Green+Blue) = 59+105+219=383 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.40% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #3B69DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B69DB is #C49624. Grayscale: #676767. Windows color (decimal): -12883493 or 14379323. OLE color: 14379323.
HSL color Cylindrical-coordinate representation of color #3B69DB: hue angle of 222.75º 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 #3B69DB is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 105 | 219 | - |
| CMYK | 0.73 | 0.52 | 0 | 0.14 |
| HSL | 222.75º | 0.69% | 0.55% | - |
| HSV(B) | 222.75º | 0.73% | 0.86% | - |
| XYZ | 19.64 | 16.15 | 69.1 | - |
| YUV | 104.24 | 192.76 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 105 | 219 | 0.73 | 0.52 | 0 | 0.14 | 222.75 | 0.69 | 0.55 |
| Hex | 3B | 69 | DB | 49 | 34 | 0 | E | DF | 45 | 37 |
| Octal | 73 | 151 | 333 | 111 | 64 | 0 | 16 | 337 | 105 | 67 |
| Binary | 111011 | 1101001 | 11011011 | 1001001 | 110100 | 0 | 1110 | 11011111 | 1000101 | 110111 |
Color Harmonies of #3B69DB
Complementary color
Monochromatic Colors of #3B69DB
Black with #3B69DB
Text Example
Text Example
White with #3B69DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B69DB; }
p { color: rgb(59,105,219); }
H1.HeaderClassName
{
color: #3B69DB;
}
.AnyTagClassName
{
color: #3B69DB;
}
</style>
background-color css
<style>
a { background-color: #3B69DB; }
a { background-color: rgb(59,105,219); }
div.DivClassName
{
background-color: #3B69DB;
}
.BgClassName
{
background-color: #3B69DB;
}
</style>
border-color css
<style>
span { border-color: #3B69DB; }
span { border-color: rgb(59,105,219); }
td.TdClassName
{
border-color: #3B69DB;
}
.TagClassName
{
border-color: #3B69DB;
}
</style>