Shades of Royal Blue #3764DB
Tints of Royal Blue #3764DB
RGB
CMYK
RGB Variations
Color information
#3764DB (or 0x3764DB) is known color: Royal Blue. HEX triplet: 37, 64 and DB. RGB value is (55,100,219). Sum of RGB (Red+Green+Blue) = 55+100+219=374 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.71% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 219 (85.94% from 255 or 58.56% from 374); Max value from RGB is 219 - color contains mainly: blue. Hex color #3764DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3764DB is #C89B24. Grayscale: #636363. Windows color (decimal): -13146917 or 14378039. OLE color: 14378039.
HSL color Cylindrical-coordinate representation of color #3764DB: hue angle of 223.54º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3764DB is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 100 | 219 | - |
| CMYK | 0.75 | 0.54 | 0 | 0.14 |
| HSL | 223.54º | 0.69% | 0.54% | - |
| HSV(B) | 223.54º | 0.75% | 0.86% | - |
| XYZ | 18.92 | 15.04 | 68.92 | - |
| YUV | 100.11 | 195.09 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 100 | 219 | 0.75 | 0.54 | 0 | 0.14 | 223.54 | 0.69 | 0.54 |
| Hex | 37 | 64 | DB | 4B | 36 | 0 | E | E0 | 45 | 36 |
| Octal | 67 | 144 | 333 | 113 | 66 | 0 | 16 | 340 | 105 | 66 |
| Binary | 110111 | 1100100 | 11011011 | 1001011 | 110110 | 0 | 1110 | 11100000 | 1000101 | 110110 |
Color Harmonies of #3764DB
Complementary color
Monochromatic Colors of #3764DB
Black with #3764DB
Text Example
Text Example
White with #3764DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3764DB; }
p { color: rgb(55,100,219); }
H1.HeaderClassName
{
color: #3764DB;
}
.AnyTagClassName
{
color: #3764DB;
}
</style>
background-color css
<style>
a { background-color: #3764DB; }
a { background-color: rgb(55,100,219); }
div.DivClassName
{
background-color: #3764DB;
}
.BgClassName
{
background-color: #3764DB;
}
</style>
border-color css
<style>
span { border-color: #3764DB; }
span { border-color: rgb(55,100,219); }
td.TdClassName
{
border-color: #3764DB;
}
.TagClassName
{
border-color: #3764DB;
}
</style>