Shades of Royal Blue #375CDC
Tints of Royal Blue #375CDC
RGB
CMYK
RGB Variations
Color information
#375CDC (or 0x375CDC) is known color: Royal Blue. HEX triplet: 37, 5C and DC. RGB value is (55,92,220). Sum of RGB (Red+Green+Blue) = 55+92+220=367 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.99% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 220 (86.33% from 255 or 59.95% from 367); Max value from RGB is 220 - color contains mainly: blue. Hex color #375CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375CDC is #C8A323. Grayscale: #5E5E5E. Windows color (decimal): -13148964 or 14441527. OLE color: 14441527.
HSL color Cylindrical-coordinate representation of color #375CDC: hue angle of 226.55º 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 #375CDC is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 92 | 220 | - |
| CMYK | 0.75 | 0.58 | 0 | 0.14 |
| HSL | 226.55º | 0.7% | 0.54% | - |
| HSV(B) | 226.55º | 0.75% | 0.86% | - |
| XYZ | 18.32 | 13.63 | 69.38 | - |
| YUV | 95.53 | 198.24 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 92 | 220 | 0.75 | 0.58 | 0 | 0.14 | 226.55 | 0.7 | 0.54 |
| Hex | 37 | 5C | DC | 4B | 3A | 0 | E | E3 | 46 | 36 |
| Octal | 67 | 134 | 334 | 113 | 72 | 0 | 16 | 343 | 106 | 66 |
| Binary | 110111 | 1011100 | 11011100 | 1001011 | 111010 | 0 | 1110 | 11100011 | 1000110 | 110110 |
Color Harmonies of #375CDC
Complementary color
Monochromatic Colors of #375CDC
Black with #375CDC
Text Example
Text Example
White with #375CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375CDC; }
p { color: rgb(55,92,220); }
H1.HeaderClassName
{
color: #375CDC;
}
.AnyTagClassName
{
color: #375CDC;
}
</style>
background-color css
<style>
a { background-color: #375CDC; }
a { background-color: rgb(55,92,220); }
div.DivClassName
{
background-color: #375CDC;
}
.BgClassName
{
background-color: #375CDC;
}
</style>
border-color css
<style>
span { border-color: #375CDC; }
span { border-color: rgb(55,92,220); }
td.TdClassName
{
border-color: #375CDC;
}
.TagClassName
{
border-color: #375CDC;
}
</style>