Shades of Royal Blue #375EEF
Tints of Royal Blue #375EEF
RGB
CMYK
RGB Variations
Color information
#375EEF (or 0x375EEF) is known color: Royal Blue. HEX triplet: 37, 5E and EF. RGB value is (55,94,239). Sum of RGB (Red+Green+Blue) = 55+94+239=388 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.18% from 388); Green value is 94 (37.11% from 255 or 24.23% from 388); Blue value is 239 (93.75% from 255 or 61.60% from 388); Max value from RGB is 239 - color contains mainly: blue. Hex color #375EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375EEF is #C8A110. Grayscale: #626262. Windows color (decimal): -13148433 or 15687223. OLE color: 15687223.
HSL color Cylindrical-coordinate representation of color #375EEF: hue angle of 227.28º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #375EEF is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 55 | 94 | 239 | - |
| CMYK | 0.77 | 0.61 | 0 | 0.06 |
| HSL | 227.28º | 0.85% | 0.58% | - |
| HSV(B) | 227.28º | 0.77% | 0.94% | - |
| XYZ | 21.16 | 15.05 | 83.45 | - |
| YUV | 98.87 | 207.08 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 94 | 239 | 0.77 | 0.61 | 0 | 0.06 | 227.28 | 0.85 | 0.58 |
| Hex | 37 | 5E | EF | 4D | 3D | 0 | 6 | E3 | 55 | 3A |
| Octal | 67 | 136 | 357 | 115 | 75 | 0 | 6 | 343 | 125 | 72 |
| Binary | 110111 | 1011110 | 11101111 | 1001101 | 111101 | 0 | 110 | 11100011 | 1010101 | 111010 |
Color Harmonies of #375EEF
Complementary color
Monochromatic Colors of #375EEF
Black with #375EEF
Text Example
Text Example
White with #375EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375EEF; }
p { color: rgb(55,94,239); }
H1.HeaderClassName
{
color: #375EEF;
}
.AnyTagClassName
{
color: #375EEF;
}
</style>
background-color css
<style>
a { background-color: #375EEF; }
a { background-color: rgb(55,94,239); }
div.DivClassName
{
background-color: #375EEF;
}
.BgClassName
{
background-color: #375EEF;
}
</style>
border-color css
<style>
span { border-color: #375EEF; }
span { border-color: rgb(55,94,239); }
td.TdClassName
{
border-color: #375EEF;
}
.TagClassName
{
border-color: #375EEF;
}
</style>