Shades of Royal Blue #375AF8
Tints of Royal Blue #375AF8
RGB
CMYK
RGB Variations
Color information
#375AF8 (or 0x375AF8) is known color: Royal Blue. HEX triplet: 37, 5A and F8. RGB value is (55,90,248). Sum of RGB (Red+Green+Blue) = 55+90+248=393 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.99% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 248 (97.27% from 255 or 63.10% from 393); Max value from RGB is 248 - color contains mainly: blue. Hex color #375AF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375AF8 is #C8A507. Grayscale: #606060. Windows color (decimal): -13149448 or 16276023. OLE color: 16276023.
HSL color Cylindrical-coordinate representation of color #375AF8: hue angle of 229.12º 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 #375AF8 is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 55 | 90 | 248 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.03 |
| HSL | 229.12º | 0.93% | 0.59% | - |
| HSV(B) | 229.12º | 0.78% | 0.97% | - |
| XYZ | 22.17 | 14.9 | 90.51 | - |
| YUV | 97.55 | 212.9 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 90 | 248 | 0.78 | 0.64 | 0 | 0.03 | 229.12 | 0.93 | 0.59 |
| Hex | 37 | 5A | F8 | 4E | 40 | 0 | 3 | E5 | 5D | 3B |
| Octal | 67 | 132 | 370 | 116 | 100 | 0 | 3 | 345 | 135 | 73 |
| Binary | 110111 | 1011010 | 11111000 | 1001110 | 1000000 | 0 | 11 | 11100101 | 1011101 | 111011 |
Color Harmonies of #375AF8
Complementary color
Monochromatic Colors of #375AF8
Black with #375AF8
Text Example
Text Example
White with #375AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375AF8; }
p { color: rgb(55,90,248); }
H1.HeaderClassName
{
color: #375AF8;
}
.AnyTagClassName
{
color: #375AF8;
}
</style>
background-color css
<style>
a { background-color: #375AF8; }
a { background-color: rgb(55,90,248); }
div.DivClassName
{
background-color: #375AF8;
}
.BgClassName
{
background-color: #375AF8;
}
</style>
border-color css
<style>
span { border-color: #375AF8; }
span { border-color: rgb(55,90,248); }
td.TdClassName
{
border-color: #375AF8;
}
.TagClassName
{
border-color: #375AF8;
}
</style>