Shades of Royal Blue #3B74DB
Tints of Royal Blue #3B74DB
RGB
CMYK
RGB Variations
Color information
#3B74DB (or 0x3B74DB) is known color: Royal Blue. HEX triplet: 3B, 74 and DB. RGB value is (59,116,219). Sum of RGB (Red+Green+Blue) = 59+116+219=394 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.97% from 394); Green value is 116 (45.70% from 255 or 29.44% 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 #3B74DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B74DB is #C48B24. Grayscale: #6E6E6E. Windows color (decimal): -12880677 or 14382139. OLE color: 14382139.
HSL color Cylindrical-coordinate representation of color #3B74DB: hue angle of 218.62º 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 #3B74DB is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 116 | 219 | - |
| CMYK | 0.73 | 0.47 | 0 | 0.14 |
| HSL | 218.63º | 0.69% | 0.55% | - |
| HSV(B) | 218.63º | 0.73% | 0.86% | - |
| XYZ | 20.84 | 18.54 | 69.5 | - |
| YUV | 110.7 | 189.12 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 116 | 219 | 0.73 | 0.47 | 0 | 0.14 | 218.63 | 0.69 | 0.55 |
| Hex | 3B | 74 | DB | 49 | 2F | 0 | E | DB | 45 | 37 |
| Octal | 73 | 164 | 333 | 111 | 57 | 0 | 16 | 333 | 105 | 67 |
| Binary | 111011 | 1110100 | 11011011 | 1001001 | 101111 | 0 | 1110 | 11011011 | 1000101 | 110111 |
Color Harmonies of #3B74DB
Complementary color
Monochromatic Colors of #3B74DB
Black with #3B74DB
Text Example
Text Example
White with #3B74DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B74DB; }
p { color: rgb(59,116,219); }
H1.HeaderClassName
{
color: #3B74DB;
}
.AnyTagClassName
{
color: #3B74DB;
}
</style>
background-color css
<style>
a { background-color: #3B74DB; }
a { background-color: rgb(59,116,219); }
div.DivClassName
{
background-color: #3B74DB;
}
.BgClassName
{
background-color: #3B74DB;
}
</style>
border-color css
<style>
span { border-color: #3B74DB; }
span { border-color: rgb(59,116,219); }
td.TdClassName
{
border-color: #3B74DB;
}
.TagClassName
{
border-color: #3B74DB;
}
</style>