Shades of Royal Blue #375FE6
Tints of Royal Blue #375FE6
RGB
CMYK
RGB Variations
Color information
#375FE6 (or 0x375FE6) is known color: Royal Blue. HEX triplet: 37, 5F and E6. RGB value is (55,95,230). Sum of RGB (Red+Green+Blue) = 55+95+230=380 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.47% from 380); Green value is 95 (37.5% from 255 or 25% from 380); Blue value is 230 (90.23% from 255 or 60.53% from 380); Max value from RGB is 230 - color contains mainly: blue. Hex color #375FE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375FE6 is #C8A019. Grayscale: #616161. Windows color (decimal): -13148186 or 15097655. OLE color: 15097655.
HSL color Cylindrical-coordinate representation of color #375FE6: hue angle of 226.29º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #375FE6 is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 55 | 95 | 230 | - |
| CMYK | 0.76 | 0.59 | 0 | 0.10 |
| HSL | 226.29º | 0.78% | 0.56% | - |
| HSV(B) | 226.29º | 0.76% | 0.9% | - |
| XYZ | 19.95 | 14.71 | 76.65 | - |
| YUV | 98.43 | 202.25 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 95 | 230 | 0.76 | 0.59 | 0 | 0.10 | 226.29 | 0.78 | 0.56 |
| Hex | 37 | 5F | E6 | 4C | 3B | 0 | A | E2 | 4E | 38 |
| Octal | 67 | 137 | 346 | 114 | 73 | 0 | 12 | 342 | 116 | 70 |
| Binary | 110111 | 1011111 | 11100110 | 1001100 | 111011 | 0 | 1010 | 11100010 | 1001110 | 111000 |
Color Harmonies of #375FE6
Complementary color
Monochromatic Colors of #375FE6
Black with #375FE6
Text Example
Text Example
White with #375FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375FE6; }
p { color: rgb(55,95,230); }
H1.HeaderClassName
{
color: #375FE6;
}
.AnyTagClassName
{
color: #375FE6;
}
</style>
background-color css
<style>
a { background-color: #375FE6; }
a { background-color: rgb(55,95,230); }
div.DivClassName
{
background-color: #375FE6;
}
.BgClassName
{
background-color: #375FE6;
}
</style>
border-color css
<style>
span { border-color: #375FE6; }
span { border-color: rgb(55,95,230); }
td.TdClassName
{
border-color: #375FE6;
}
.TagClassName
{
border-color: #375FE6;
}
</style>