Shades of Royal Blue #375DDB
Tints of Royal Blue #375DDB
RGB
CMYK
RGB Variations
Color information
#375DDB (or 0x375DDB) is known color: Royal Blue. HEX triplet: 37, 5D and DB. RGB value is (55,93,219). Sum of RGB (Red+Green+Blue) = 55+93+219=367 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.99% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #375DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375DDB is #C8A224. Grayscale: #5F5F5F. Windows color (decimal): -13148709 or 14376247. OLE color: 14376247.
HSL color Cylindrical-coordinate representation of color #375DDB: hue angle of 226.1º 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 #375DDB is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 93 | 219 | - |
| CMYK | 0.75 | 0.58 | 0 | 0.14 |
| HSL | 226.1º | 0.69% | 0.54% | - |
| HSV(B) | 226.1º | 0.75% | 0.86% | - |
| XYZ | 18.28 | 13.76 | 68.71 | - |
| YUV | 96 | 197.41 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 93 | 219 | 0.75 | 0.58 | 0 | 0.14 | 226.1 | 0.69 | 0.54 |
| Hex | 37 | 5D | DB | 4B | 3A | 0 | E | E2 | 45 | 36 |
| Octal | 67 | 135 | 333 | 113 | 72 | 0 | 16 | 342 | 105 | 66 |
| Binary | 110111 | 1011101 | 11011011 | 1001011 | 111010 | 0 | 1110 | 11100010 | 1000101 | 110110 |
Color Harmonies of #375DDB
Complementary color
Monochromatic Colors of #375DDB
Black with #375DDB
Text Example
Text Example
White with #375DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375DDB; }
p { color: rgb(55,93,219); }
H1.HeaderClassName
{
color: #375DDB;
}
.AnyTagClassName
{
color: #375DDB;
}
</style>
background-color css
<style>
a { background-color: #375DDB; }
a { background-color: rgb(55,93,219); }
div.DivClassName
{
background-color: #375DDB;
}
.BgClassName
{
background-color: #375DDB;
}
</style>
border-color css
<style>
span { border-color: #375DDB; }
span { border-color: rgb(55,93,219); }
td.TdClassName
{
border-color: #375DDB;
}
.TagClassName
{
border-color: #375DDB;
}
</style>