Shades of Royal Blue #375DFB
Tints of Royal Blue #375DFB
RGB
CMYK
RGB Variations
Color information
#375DFB (or 0x375DFB) is known color: Royal Blue. HEX triplet: 37, 5D and FB. RGB value is (55,93,251). Sum of RGB (Red+Green+Blue) = 55+93+251=399 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.78% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 251 (98.44% from 255 or 62.91% from 399); Max value from RGB is 251 - color contains mainly: blue. Hex color #375DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375DFB is #C8A204. Grayscale: #626262. Windows color (decimal): -13148677 or 16473399. OLE color: 16473399.
HSL color Cylindrical-coordinate representation of color #375DFB: hue angle of 228.37º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #375DFB is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 93 | 251 | - |
| CMYK | 0.78 | 0.63 | 0 | 0.02 |
| HSL | 228.37º | 0.96% | 0.6% | - |
| HSV(B) | 228.37º | 0.78% | 0.98% | - |
| XYZ | 22.9 | 15.61 | 93.07 | - |
| YUV | 99.65 | 213.41 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 93 | 251 | 0.78 | 0.63 | 0 | 0.02 | 228.37 | 0.96 | 0.6 |
| Hex | 37 | 5D | FB | 4E | 3F | 0 | 2 | E4 | 60 | 3C |
| Octal | 67 | 135 | 373 | 116 | 77 | 0 | 2 | 344 | 140 | 74 |
| Binary | 110111 | 1011101 | 11111011 | 1001110 | 111111 | 0 | 10 | 11100100 | 1100000 | 111100 |
Color Harmonies of #375DFB
Complementary color
Monochromatic Colors of #375DFB
Black with #375DFB
Text Example
Text Example
White with #375DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375DFB; }
p { color: rgb(55,93,251); }
H1.HeaderClassName
{
color: #375DFB;
}
.AnyTagClassName
{
color: #375DFB;
}
</style>
background-color css
<style>
a { background-color: #375DFB; }
a { background-color: rgb(55,93,251); }
div.DivClassName
{
background-color: #375DFB;
}
.BgClassName
{
background-color: #375DFB;
}
</style>
border-color css
<style>
span { border-color: #375DFB; }
span { border-color: rgb(55,93,251); }
td.TdClassName
{
border-color: #375DFB;
}
.TagClassName
{
border-color: #375DFB;
}
</style>