Shades of Royal Blue #375CDE
Tints of Royal Blue #375CDE
RGB
CMYK
RGB Variations
Color information
#375CDE (or 0x375CDE) is known color: Royal Blue. HEX triplet: 37, 5C and DE. RGB value is (55,92,222). Sum of RGB (Red+Green+Blue) = 55+92+222=369 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.91% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 222 (87.11% from 255 or 60.16% from 369); Max value from RGB is 222 - color contains mainly: blue. Hex color #375CDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375CDE is #C8A321. Grayscale: #5F5F5F. Windows color (decimal): -13148962 or 14572599. OLE color: 14572599.
HSL color Cylindrical-coordinate representation of color #375CDE: hue angle of 226.71º 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 #375CDE is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 92 | 222 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.13 |
| HSL | 226.71º | 0.72% | 0.54% | - |
| HSV(B) | 226.71º | 0.75% | 0.87% | - |
| XYZ | 18.59 | 13.74 | 70.78 | - |
| YUV | 95.76 | 199.24 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 92 | 222 | 0.75 | 0.59 | 0 | 0.13 | 226.71 | 0.72 | 0.54 |
| Hex | 37 | 5C | DE | 4B | 3B | 0 | D | E3 | 48 | 36 |
| Octal | 67 | 134 | 336 | 113 | 73 | 0 | 15 | 343 | 110 | 66 |
| Binary | 110111 | 1011100 | 11011110 | 1001011 | 111011 | 0 | 1101 | 11100011 | 1001000 | 110110 |
Color Harmonies of #375CDE
Complementary color
Monochromatic Colors of #375CDE
Black with #375CDE
Text Example
Text Example
White with #375CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375CDE; }
p { color: rgb(55,92,222); }
H1.HeaderClassName
{
color: #375CDE;
}
.AnyTagClassName
{
color: #375CDE;
}
</style>
background-color css
<style>
a { background-color: #375CDE; }
a { background-color: rgb(55,92,222); }
div.DivClassName
{
background-color: #375CDE;
}
.BgClassName
{
background-color: #375CDE;
}
</style>
border-color css
<style>
span { border-color: #375CDE; }
span { border-color: rgb(55,92,222); }
td.TdClassName
{
border-color: #375CDE;
}
.TagClassName
{
border-color: #375CDE;
}
</style>