Shades of Royal Blue #375FDB
Tints of Royal Blue #375FDB
RGB
CMYK
RGB Variations
Color information
#375FDB (or 0x375FDB) is known color: Royal Blue. HEX triplet: 37, 5F and DB. RGB value is (55,95,219). Sum of RGB (Red+Green+Blue) = 55+95+219=369 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.91% from 369); Green value is 95 (37.5% from 255 or 25.75% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #375FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375FDB is #C8A024. Grayscale: #606060. Windows color (decimal): -13148197 or 14376759. OLE color: 14376759.
HSL color Cylindrical-coordinate representation of color #375FDB: hue angle of 225.37º 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 #375FDB is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 95 | 219 | - |
| CMYK | 0.75 | 0.57 | 0 | 0.14 |
| HSL | 225.37º | 0.69% | 0.54% | - |
| HSV(B) | 225.37º | 0.75% | 0.86% | - |
| XYZ | 18.45 | 14.11 | 68.77 | - |
| YUV | 97.18 | 196.75 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 95 | 219 | 0.75 | 0.57 | 0 | 0.14 | 225.37 | 0.69 | 0.54 |
| Hex | 37 | 5F | DB | 4B | 39 | 0 | E | E1 | 45 | 36 |
| Octal | 67 | 137 | 333 | 113 | 71 | 0 | 16 | 341 | 105 | 66 |
| Binary | 110111 | 1011111 | 11011011 | 1001011 | 111001 | 0 | 1110 | 11100001 | 1000101 | 110110 |
Color Harmonies of #375FDB
Complementary color
Monochromatic Colors of #375FDB
Black with #375FDB
Text Example
Text Example
White with #375FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375FDB; }
p { color: rgb(55,95,219); }
H1.HeaderClassName
{
color: #375FDB;
}
.AnyTagClassName
{
color: #375FDB;
}
</style>
background-color css
<style>
a { background-color: #375FDB; }
a { background-color: rgb(55,95,219); }
div.DivClassName
{
background-color: #375FDB;
}
.BgClassName
{
background-color: #375FDB;
}
</style>
border-color css
<style>
span { border-color: #375FDB; }
span { border-color: rgb(55,95,219); }
td.TdClassName
{
border-color: #375FDB;
}
.TagClassName
{
border-color: #375FDB;
}
</style>