Shades of Royal Blue #375FF8
Tints of Royal Blue #375FF8
RGB
CMYK
RGB Variations
Color information
#375FF8 (or 0x375FF8) is known color: Royal Blue. HEX triplet: 37, 5F and F8. RGB value is (55,95,248). Sum of RGB (Red+Green+Blue) = 55+95+248=398 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.82% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 248 (97.27% from 255 or 62.31% from 398); Max value from RGB is 248 - color contains mainly: blue. Hex color #375FF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375FF8 is #C8A007. Grayscale: #636363. Windows color (decimal): -13148168 or 16277303. OLE color: 16277303.
HSL color Cylindrical-coordinate representation of color #375FF8: hue angle of 227.56º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #375FF8 is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 55 | 95 | 248 | - |
| CMYK | 0.78 | 0.62 | 0 | 0.03 |
| HSL | 227.56º | 0.93% | 0.59% | - |
| HSV(B) | 227.56º | 0.78% | 0.97% | - |
| XYZ | 22.61 | 15.77 | 90.66 | - |
| YUV | 100.48 | 211.25 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 95 | 248 | 0.78 | 0.62 | 0 | 0.03 | 227.56 | 0.93 | 0.59 |
| Hex | 37 | 5F | F8 | 4E | 3E | 0 | 3 | E4 | 5D | 3B |
| Octal | 67 | 137 | 370 | 116 | 76 | 0 | 3 | 344 | 135 | 73 |
| Binary | 110111 | 1011111 | 11111000 | 1001110 | 111110 | 0 | 11 | 11100100 | 1011101 | 111011 |
Color Harmonies of #375FF8
Complementary color
Monochromatic Colors of #375FF8
Black with #375FF8
Text Example
Text Example
White with #375FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375FF8; }
p { color: rgb(55,95,248); }
H1.HeaderClassName
{
color: #375FF8;
}
.AnyTagClassName
{
color: #375FF8;
}
</style>
background-color css
<style>
a { background-color: #375FF8; }
a { background-color: rgb(55,95,248); }
div.DivClassName
{
background-color: #375FF8;
}
.BgClassName
{
background-color: #375FF8;
}
</style>
border-color css
<style>
span { border-color: #375FF8; }
span { border-color: rgb(55,95,248); }
td.TdClassName
{
border-color: #375FF8;
}
.TagClassName
{
border-color: #375FF8;
}
</style>