Shades of Royal Blue #375ADA
Tints of Royal Blue #375ADA
RGB
CMYK
RGB Variations
Color information
#375ADA (or 0x375ADA) is known color: Royal Blue. HEX triplet: 37, 5A and DA. RGB value is (55,90,218). Sum of RGB (Red+Green+Blue) = 55+90+218=363 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.15% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 218 (85.55% from 255 or 60.06% from 363); Max value from RGB is 218 - color contains mainly: blue. Hex color #375ADA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375ADA is #C8A525. Grayscale: #5D5D5D. Windows color (decimal): -13149478 or 14309943. OLE color: 14309943.
HSL color Cylindrical-coordinate representation of color #375ADA: hue angle of 227.12º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #375ADA is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 55 | 90 | 218 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.15 |
| HSL | 227.12º | 0.69% | 0.54% | - |
| HSV(B) | 227.12º | 0.75% | 0.85% | - |
| XYZ | 17.89 | 13.19 | 67.93 | - |
| YUV | 94.13 | 197.9 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 90 | 218 | 0.75 | 0.59 | 0 | 0.15 | 227.12 | 0.69 | 0.54 |
| Hex | 37 | 5A | DA | 4B | 3B | 0 | F | E3 | 45 | 36 |
| Octal | 67 | 132 | 332 | 113 | 73 | 0 | 17 | 343 | 105 | 66 |
| Binary | 110111 | 1011010 | 11011010 | 1001011 | 111011 | 0 | 1111 | 11100011 | 1000101 | 110110 |
Color Harmonies of #375ADA
Complementary color
Monochromatic Colors of #375ADA
Black with #375ADA
Text Example
Text Example
White with #375ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375ADA; }
p { color: rgb(55,90,218); }
H1.HeaderClassName
{
color: #375ADA;
}
.AnyTagClassName
{
color: #375ADA;
}
</style>
background-color css
<style>
a { background-color: #375ADA; }
a { background-color: rgb(55,90,218); }
div.DivClassName
{
background-color: #375ADA;
}
.BgClassName
{
background-color: #375ADA;
}
</style>
border-color css
<style>
span { border-color: #375ADA; }
span { border-color: rgb(55,90,218); }
td.TdClassName
{
border-color: #375ADA;
}
.TagClassName
{
border-color: #375ADA;
}
</style>