Shades of Royal Blue #375BDB
Tints of Royal Blue #375BDB
RGB
CMYK
RGB Variations
Color information
#375BDB (or 0x375BDB) is known color: Royal Blue. HEX triplet: 37, 5B and DB. RGB value is (55,91,219). Sum of RGB (Red+Green+Blue) = 55+91+219=365 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.07% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #375BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375BDB is #C8A424. Grayscale: #5E5E5E. Windows color (decimal): -13149221 or 14375735. OLE color: 14375735.
HSL color Cylindrical-coordinate representation of color #375BDB: hue angle of 226.83º 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 #375BDB is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 91 | 219 | - |
| CMYK | 0.75 | 0.58 | 0 | 0.14 |
| HSL | 226.83º | 0.69% | 0.54% | - |
| HSV(B) | 226.83º | 0.75% | 0.86% | - |
| XYZ | 18.1 | 13.41 | 68.65 | - |
| YUV | 94.83 | 198.07 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 91 | 219 | 0.75 | 0.58 | 0 | 0.14 | 226.83 | 0.69 | 0.54 |
| Hex | 37 | 5B | DB | 4B | 3A | 0 | E | E3 | 45 | 36 |
| Octal | 67 | 133 | 333 | 113 | 72 | 0 | 16 | 343 | 105 | 66 |
| Binary | 110111 | 1011011 | 11011011 | 1001011 | 111010 | 0 | 1110 | 11100011 | 1000101 | 110110 |
Color Harmonies of #375BDB
Complementary color
Monochromatic Colors of #375BDB
Black with #375BDB
Text Example
Text Example
White with #375BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375BDB; }
p { color: rgb(55,91,219); }
H1.HeaderClassName
{
color: #375BDB;
}
.AnyTagClassName
{
color: #375BDB;
}
</style>
background-color css
<style>
a { background-color: #375BDB; }
a { background-color: rgb(55,91,219); }
div.DivClassName
{
background-color: #375BDB;
}
.BgClassName
{
background-color: #375BDB;
}
</style>
border-color css
<style>
span { border-color: #375BDB; }
span { border-color: rgb(55,91,219); }
td.TdClassName
{
border-color: #375BDB;
}
.TagClassName
{
border-color: #375BDB;
}
</style>