Shades of Royal Blue #375FE4
Tints of Royal Blue #375FE4
RGB
CMYK
RGB Variations
Color information
#375FE4 (or 0x375FE4) is known color: Royal Blue. HEX triplet: 37, 5F and E4. RGB value is (55,95,228). Sum of RGB (Red+Green+Blue) = 55+95+228=378 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.55% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 228 (89.45% from 255 or 60.32% from 378); Max value from RGB is 228 - color contains mainly: blue. Hex color #375FE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375FE4 is #C8A01B. Grayscale: #616161. Windows color (decimal): -13148188 or 14966583. OLE color: 14966583.
HSL color Cylindrical-coordinate representation of color #375FE4: hue angle of 226.13º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #375FE4 is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 55 | 95 | 228 | - |
| CMYK | 0.76 | 0.58 | 0 | 0.11 |
| HSL | 226.13º | 0.76% | 0.55% | - |
| HSV(B) | 226.13º | 0.76% | 0.89% | - |
| XYZ | 19.67 | 14.6 | 75.18 | - |
| YUV | 98.2 | 201.25 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 95 | 228 | 0.76 | 0.58 | 0 | 0.11 | 226.13 | 0.76 | 0.55 |
| Hex | 37 | 5F | E4 | 4C | 3A | 0 | B | E2 | 4C | 37 |
| Octal | 67 | 137 | 344 | 114 | 72 | 0 | 13 | 342 | 114 | 67 |
| Binary | 110111 | 1011111 | 11100100 | 1001100 | 111010 | 0 | 1011 | 11100010 | 1001100 | 110111 |
Color Harmonies of #375FE4
Complementary color
Monochromatic Colors of #375FE4
Black with #375FE4
Text Example
Text Example
White with #375FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375FE4; }
p { color: rgb(55,95,228); }
H1.HeaderClassName
{
color: #375FE4;
}
.AnyTagClassName
{
color: #375FE4;
}
</style>
background-color css
<style>
a { background-color: #375FE4; }
a { background-color: rgb(55,95,228); }
div.DivClassName
{
background-color: #375FE4;
}
.BgClassName
{
background-color: #375FE4;
}
</style>
border-color css
<style>
span { border-color: #375FE4; }
span { border-color: rgb(55,95,228); }
td.TdClassName
{
border-color: #375FE4;
}
.TagClassName
{
border-color: #375FE4;
}
</style>