Shades of Royal Blue #375DDE
Tints of Royal Blue #375DDE
RGB
CMYK
RGB Variations
Color information
#375DDE (or 0x375DDE) is known color: Royal Blue. HEX triplet: 37, 5D and DE. RGB value is (55,93,222). Sum of RGB (Red+Green+Blue) = 55+93+222=370 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.86% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 222 (87.11% from 255 or 60% from 370); Max value from RGB is 222 - color contains mainly: blue. Hex color #375DDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375DDE is #C8A221. Grayscale: #5F5F5F. Windows color (decimal): -13148706 or 14572855. OLE color: 14572855.
HSL color Cylindrical-coordinate representation of color #375DDE: hue angle of 226.35º degrees, saturation: 0.72, 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 #375DDE is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 93 | 222 | - |
| CMYK | 0.75 | 0.58 | 0 | 0.13 |
| HSL | 226.35º | 0.72% | 0.54% | - |
| HSV(B) | 226.35º | 0.75% | 0.87% | - |
| XYZ | 18.67 | 13.91 | 70.81 | - |
| YUV | 96.34 | 198.91 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 93 | 222 | 0.75 | 0.58 | 0 | 0.13 | 226.35 | 0.72 | 0.54 |
| Hex | 37 | 5D | DE | 4B | 3A | 0 | D | E2 | 48 | 36 |
| Octal | 67 | 135 | 336 | 113 | 72 | 0 | 15 | 342 | 110 | 66 |
| Binary | 110111 | 1011101 | 11011110 | 1001011 | 111010 | 0 | 1101 | 11100010 | 1001000 | 110110 |
Color Harmonies of #375DDE
Complementary color
Monochromatic Colors of #375DDE
Black with #375DDE
Text Example
Text Example
White with #375DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375DDE; }
p { color: rgb(55,93,222); }
H1.HeaderClassName
{
color: #375DDE;
}
.AnyTagClassName
{
color: #375DDE;
}
</style>
background-color css
<style>
a { background-color: #375DDE; }
a { background-color: rgb(55,93,222); }
div.DivClassName
{
background-color: #375DDE;
}
.BgClassName
{
background-color: #375DDE;
}
</style>
border-color css
<style>
span { border-color: #375DDE; }
span { border-color: rgb(55,93,222); }
td.TdClassName
{
border-color: #375DDE;
}
.TagClassName
{
border-color: #375DDE;
}
</style>