Shades of Royal Blue #3768DB
Tints of Royal Blue #3768DB
RGB
CMYK
RGB Variations
Color information
#3768DB (or 0x3768DB) is known color: Royal Blue. HEX triplet: 37, 68 and DB. RGB value is (55,104,219). Sum of RGB (Red+Green+Blue) = 55+104+219=378 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.55% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #3768DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3768DB is #C89724. Grayscale: #656565. Windows color (decimal): -13145893 or 14379063. OLE color: 14379063.
HSL color Cylindrical-coordinate representation of color #3768DB: hue angle of 222.07º 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 #3768DB is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 104 | 219 | - |
| CMYK | 0.75 | 0.53 | 0 | 0.14 |
| HSL | 222.07º | 0.69% | 0.54% | - |
| HSV(B) | 222.07º | 0.75% | 0.86% | - |
| XYZ | 19.31 | 15.83 | 69.05 | - |
| YUV | 102.46 | 193.77 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 104 | 219 | 0.75 | 0.53 | 0 | 0.14 | 222.07 | 0.69 | 0.54 |
| Hex | 37 | 68 | DB | 4B | 35 | 0 | E | DE | 45 | 36 |
| Octal | 67 | 150 | 333 | 113 | 65 | 0 | 16 | 336 | 105 | 66 |
| Binary | 110111 | 1101000 | 11011011 | 1001011 | 110101 | 0 | 1110 | 11011110 | 1000101 | 110110 |
Color Harmonies of #3768DB
Complementary color
Monochromatic Colors of #3768DB
Black with #3768DB
Text Example
Text Example
White with #3768DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3768DB; }
p { color: rgb(55,104,219); }
H1.HeaderClassName
{
color: #3768DB;
}
.AnyTagClassName
{
color: #3768DB;
}
</style>
background-color css
<style>
a { background-color: #3768DB; }
a { background-color: rgb(55,104,219); }
div.DivClassName
{
background-color: #3768DB;
}
.BgClassName
{
background-color: #3768DB;
}
</style>
border-color css
<style>
span { border-color: #3768DB; }
span { border-color: rgb(55,104,219); }
td.TdClassName
{
border-color: #3768DB;
}
.TagClassName
{
border-color: #3768DB;
}
</style>