Shades of Royal Blue #375DDD
Tints of Royal Blue #375DDD
RGB
CMYK
RGB Variations
Color information
#375DDD (or 0x375DDD) is known color: Royal Blue. HEX triplet: 37, 5D and DD. RGB value is (55,93,221). Sum of RGB (Red+Green+Blue) = 55+93+221=369 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.91% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #375DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375DDD is #C8A222. Grayscale: #5F5F5F. Windows color (decimal): -13148707 or 14507319. OLE color: 14507319.
HSL color Cylindrical-coordinate representation of color #375DDD: hue angle of 226.27º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #375DDD is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 93 | 221 | - |
| CMYK | 0.75 | 0.58 | 0 | 0.13 |
| HSL | 226.27º | 0.71% | 0.54% | - |
| HSV(B) | 226.27º | 0.75% | 0.87% | - |
| XYZ | 18.54 | 13.86 | 70.1 | - |
| YUV | 96.23 | 198.41 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 93 | 221 | 0.75 | 0.58 | 0 | 0.13 | 226.27 | 0.71 | 0.54 |
| Hex | 37 | 5D | DD | 4B | 3A | 0 | D | E2 | 47 | 36 |
| Octal | 67 | 135 | 335 | 113 | 72 | 0 | 15 | 342 | 107 | 66 |
| Binary | 110111 | 1011101 | 11011101 | 1001011 | 111010 | 0 | 1101 | 11100010 | 1000111 | 110110 |
Color Harmonies of #375DDD
Complementary color
Monochromatic Colors of #375DDD
Black with #375DDD
Text Example
Text Example
White with #375DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375DDD; }
p { color: rgb(55,93,221); }
H1.HeaderClassName
{
color: #375DDD;
}
.AnyTagClassName
{
color: #375DDD;
}
</style>
background-color css
<style>
a { background-color: #375DDD; }
a { background-color: rgb(55,93,221); }
div.DivClassName
{
background-color: #375DDD;
}
.BgClassName
{
background-color: #375DDD;
}
</style>
border-color css
<style>
span { border-color: #375DDD; }
span { border-color: rgb(55,93,221); }
td.TdClassName
{
border-color: #375DDD;
}
.TagClassName
{
border-color: #375DDD;
}
</style>