Shades of Royal Blue #375DED
Tints of Royal Blue #375DED
RGB
CMYK
RGB Variations
Color information
#375DED (or 0x375DED) is known color: Royal Blue. HEX triplet: 37, 5D and ED. RGB value is (55,93,237). Sum of RGB (Red+Green+Blue) = 55+93+237=385 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.29% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 237 (92.97% from 255 or 61.56% from 385); Max value from RGB is 237 - color contains mainly: blue. Hex color #375DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375DED is #C8A212. Grayscale: #616161. Windows color (decimal): -13148691 or 15555895. OLE color: 15555895.
HSL color Cylindrical-coordinate representation of color #375DED: hue angle of 227.47º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #375DED is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 93 | 237 | - |
| CMYK | 0.77 | 0.61 | 0 | 0.07 |
| HSL | 227.47º | 0.83% | 0.57% | - |
| HSV(B) | 227.47º | 0.77% | 0.93% | - |
| XYZ | 20.78 | 14.76 | 81.87 | - |
| YUV | 98.05 | 206.41 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 93 | 237 | 0.77 | 0.61 | 0 | 0.07 | 227.47 | 0.83 | 0.57 |
| Hex | 37 | 5D | ED | 4D | 3D | 0 | 7 | E3 | 53 | 39 |
| Octal | 67 | 135 | 355 | 115 | 75 | 0 | 7 | 343 | 123 | 71 |
| Binary | 110111 | 1011101 | 11101101 | 1001101 | 111101 | 0 | 111 | 11100011 | 1010011 | 111001 |
Color Harmonies of #375DED
Complementary color
Monochromatic Colors of #375DED
Black with #375DED
Text Example
Text Example
White with #375DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375DED; }
p { color: rgb(55,93,237); }
H1.HeaderClassName
{
color: #375DED;
}
.AnyTagClassName
{
color: #375DED;
}
</style>
background-color css
<style>
a { background-color: #375DED; }
a { background-color: rgb(55,93,237); }
div.DivClassName
{
background-color: #375DED;
}
.BgClassName
{
background-color: #375DED;
}
</style>
border-color css
<style>
span { border-color: #375DED; }
span { border-color: rgb(55,93,237); }
td.TdClassName
{
border-color: #375DED;
}
.TagClassName
{
border-color: #375DED;
}
</style>