Shades of Royal Blue #375CF4
Tints of Royal Blue #375CF4
RGB
CMYK
RGB Variations
Color information
#375CF4 (or 0x375CF4) is known color: Royal Blue. HEX triplet: 37, 5C and F4. RGB value is (55,92,244). Sum of RGB (Red+Green+Blue) = 55+92+244=391 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.07% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 244 (95.70% from 255 or 62.40% from 391); Max value from RGB is 244 - color contains mainly: blue. Hex color #375CF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375CF4 is #C8A30B. Grayscale: #616161. Windows color (decimal): -13148940 or 16014391. OLE color: 16014391.
HSL color Cylindrical-coordinate representation of color #375CF4: hue angle of 228.25º 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 #375CF4 is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 55 | 92 | 244 | - |
| CMYK | 0.77 | 0.62 | 0 | 0.04 |
| HSL | 228.25º | 0.9% | 0.59% | - |
| HSV(B) | 228.25º | 0.77% | 0.96% | - |
| XYZ | 21.73 | 15 | 87.34 | - |
| YUV | 98.27 | 210.24 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 92 | 244 | 0.77 | 0.62 | 0 | 0.04 | 228.25 | 0.9 | 0.59 |
| Hex | 37 | 5C | F4 | 4D | 3E | 0 | 4 | E4 | 5A | 3B |
| Octal | 67 | 134 | 364 | 115 | 76 | 0 | 4 | 344 | 132 | 73 |
| Binary | 110111 | 1011100 | 11110100 | 1001101 | 111110 | 0 | 100 | 11100100 | 1011010 | 111011 |
Color Harmonies of #375CF4
Complementary color
Monochromatic Colors of #375CF4
Black with #375CF4
Text Example
Text Example
White with #375CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375CF4; }
p { color: rgb(55,92,244); }
H1.HeaderClassName
{
color: #375CF4;
}
.AnyTagClassName
{
color: #375CF4;
}
</style>
background-color css
<style>
a { background-color: #375CF4; }
a { background-color: rgb(55,92,244); }
div.DivClassName
{
background-color: #375CF4;
}
.BgClassName
{
background-color: #375CF4;
}
</style>
border-color css
<style>
span { border-color: #375CF4; }
span { border-color: rgb(55,92,244); }
td.TdClassName
{
border-color: #375CF4;
}
.TagClassName
{
border-color: #375CF4;
}
</style>