Shades of Royal Blue #375ADE
Tints of Royal Blue #375ADE
RGB
CMYK
RGB Variations
Color information
#375ADE (or 0x375ADE) is known color: Royal Blue. HEX triplet: 37, 5A and DE. RGB value is (55,90,222). Sum of RGB (Red+Green+Blue) = 55+90+222=367 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.99% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 222 (87.11% from 255 or 60.49% from 367); Max value from RGB is 222 - color contains mainly: blue. Hex color #375ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375ADE is #C8A521. Grayscale: #5E5E5E. Windows color (decimal): -13149474 or 14572087. OLE color: 14572087.
HSL color Cylindrical-coordinate representation of color #375ADE: hue angle of 227.43º 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 #375ADE is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 90 | 222 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.13 |
| HSL | 227.43º | 0.72% | 0.54% | - |
| HSV(B) | 227.43º | 0.75% | 0.87% | - |
| XYZ | 18.42 | 13.4 | 70.72 | - |
| YUV | 94.58 | 199.9 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 90 | 222 | 0.75 | 0.59 | 0 | 0.13 | 227.43 | 0.72 | 0.54 |
| Hex | 37 | 5A | DE | 4B | 3B | 0 | D | E3 | 48 | 36 |
| Octal | 67 | 132 | 336 | 113 | 73 | 0 | 15 | 343 | 110 | 66 |
| Binary | 110111 | 1011010 | 11011110 | 1001011 | 111011 | 0 | 1101 | 11100011 | 1001000 | 110110 |
Color Harmonies of #375ADE
Complementary color
Monochromatic Colors of #375ADE
Black with #375ADE
Text Example
Text Example
White with #375ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375ADE; }
p { color: rgb(55,90,222); }
H1.HeaderClassName
{
color: #375ADE;
}
.AnyTagClassName
{
color: #375ADE;
}
</style>
background-color css
<style>
a { background-color: #375ADE; }
a { background-color: rgb(55,90,222); }
div.DivClassName
{
background-color: #375ADE;
}
.BgClassName
{
background-color: #375ADE;
}
</style>
border-color css
<style>
span { border-color: #375ADE; }
span { border-color: rgb(55,90,222); }
td.TdClassName
{
border-color: #375ADE;
}
.TagClassName
{
border-color: #375ADE;
}
</style>