Shades of Royal Blue #375DF4
Tints of Royal Blue #375DF4
RGB
CMYK
RGB Variations
Color information
#375DF4 (or 0x375DF4) is known color: Royal Blue. HEX triplet: 37, 5D and F4. RGB value is (55,93,244). Sum of RGB (Red+Green+Blue) = 55+93+244=392 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.03% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 244 (95.70% from 255 or 62.24% from 392); Max value from RGB is 244 - color contains mainly: blue. Hex color #375DF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375DF4 is #C8A20B. Grayscale: #626262. Windows color (decimal): -13148684 or 16014647. OLE color: 16014647.
HSL color Cylindrical-coordinate representation of color #375DF4: hue angle of 227.94º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #375DF4 is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 55 | 93 | 244 | - |
| CMYK | 0.77 | 0.62 | 0 | 0.04 |
| HSL | 227.94º | 0.9% | 0.59% | - |
| HSV(B) | 227.94º | 0.77% | 0.96% | - |
| XYZ | 21.82 | 15.17 | 87.37 | - |
| YUV | 98.85 | 209.91 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 93 | 244 | 0.77 | 0.62 | 0 | 0.04 | 227.94 | 0.9 | 0.59 |
| Hex | 37 | 5D | F4 | 4D | 3E | 0 | 4 | E4 | 5A | 3B |
| Octal | 67 | 135 | 364 | 115 | 76 | 0 | 4 | 344 | 132 | 73 |
| Binary | 110111 | 1011101 | 11110100 | 1001101 | 111110 | 0 | 100 | 11100100 | 1011010 | 111011 |
Color Harmonies of #375DF4
Complementary color
Monochromatic Colors of #375DF4
Black with #375DF4
Text Example
Text Example
White with #375DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375DF4; }
p { color: rgb(55,93,244); }
H1.HeaderClassName
{
color: #375DF4;
}
.AnyTagClassName
{
color: #375DF4;
}
</style>
background-color css
<style>
a { background-color: #375DF4; }
a { background-color: rgb(55,93,244); }
div.DivClassName
{
background-color: #375DF4;
}
.BgClassName
{
background-color: #375DF4;
}
</style>
border-color css
<style>
span { border-color: #375DF4; }
span { border-color: rgb(55,93,244); }
td.TdClassName
{
border-color: #375DF4;
}
.TagClassName
{
border-color: #375DF4;
}
</style>