Shades of Royal Blue #375ADC
Tints of Royal Blue #375ADC
RGB
CMYK
RGB Variations
Color information
#375ADC (or 0x375ADC) is known color: Royal Blue. HEX triplet: 37, 5A and DC. RGB value is (55,90,220). Sum of RGB (Red+Green+Blue) = 55+90+220=365 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.07% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 220 (86.33% from 255 or 60.27% from 365); Max value from RGB is 220 - color contains mainly: blue. Hex color #375ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375ADC is #C8A523. Grayscale: #5D5D5D. Windows color (decimal): -13149476 or 14441015. OLE color: 14441015.
HSL color Cylindrical-coordinate representation of color #375ADC: hue angle of 227.27º degrees, saturation: 0.7, 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 #375ADC is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 90 | 220 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.14 |
| HSL | 227.27º | 0.7% | 0.54% | - |
| HSV(B) | 227.27º | 0.75% | 0.86% | - |
| XYZ | 18.15 | 13.29 | 69.32 | - |
| YUV | 94.36 | 198.9 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 90 | 220 | 0.75 | 0.59 | 0 | 0.14 | 227.27 | 0.7 | 0.54 |
| Hex | 37 | 5A | DC | 4B | 3B | 0 | E | E3 | 46 | 36 |
| Octal | 67 | 132 | 334 | 113 | 73 | 0 | 16 | 343 | 106 | 66 |
| Binary | 110111 | 1011010 | 11011100 | 1001011 | 111011 | 0 | 1110 | 11100011 | 1000110 | 110110 |
Color Harmonies of #375ADC
Complementary color
Monochromatic Colors of #375ADC
Black with #375ADC
Text Example
Text Example
White with #375ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375ADC; }
p { color: rgb(55,90,220); }
H1.HeaderClassName
{
color: #375ADC;
}
.AnyTagClassName
{
color: #375ADC;
}
</style>
background-color css
<style>
a { background-color: #375ADC; }
a { background-color: rgb(55,90,220); }
div.DivClassName
{
background-color: #375ADC;
}
.BgClassName
{
background-color: #375ADC;
}
</style>
border-color css
<style>
span { border-color: #375ADC; }
span { border-color: rgb(55,90,220); }
td.TdClassName
{
border-color: #375ADC;
}
.TagClassName
{
border-color: #375ADC;
}
</style>