Shades of Royal Blue #375FE2
Tints of Royal Blue #375FE2
RGB
CMYK
RGB Variations
Color information
#375FE2 (or 0x375FE2) is known color: Royal Blue. HEX triplet: 37, 5F and E2. RGB value is (55,95,226). Sum of RGB (Red+Green+Blue) = 55+95+226=376 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.63% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 226 (88.67% from 255 or 60.11% from 376); Max value from RGB is 226 - color contains mainly: blue. Hex color #375FE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375FE2 is #C8A01D. Grayscale: #616161. Windows color (decimal): -13148190 or 14835511. OLE color: 14835511.
HSL color Cylindrical-coordinate representation of color #375FE2: hue angle of 225.96º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #375FE2 is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 55 | 95 | 226 | - |
| CMYK | 0.76 | 0.58 | 0 | 0.11 |
| HSL | 225.96º | 0.75% | 0.55% | - |
| HSV(B) | 225.96º | 0.76% | 0.89% | - |
| XYZ | 19.4 | 14.49 | 73.73 | - |
| YUV | 97.97 | 200.25 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 95 | 226 | 0.76 | 0.58 | 0 | 0.11 | 225.96 | 0.75 | 0.55 |
| Hex | 37 | 5F | E2 | 4C | 3A | 0 | B | E2 | 4B | 37 |
| Octal | 67 | 137 | 342 | 114 | 72 | 0 | 13 | 342 | 113 | 67 |
| Binary | 110111 | 1011111 | 11100010 | 1001100 | 111010 | 0 | 1011 | 11100010 | 1001011 | 110111 |
Color Harmonies of #375FE2
Complementary color
Monochromatic Colors of #375FE2
Black with #375FE2
Text Example
Text Example
White with #375FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375FE2; }
p { color: rgb(55,95,226); }
H1.HeaderClassName
{
color: #375FE2;
}
.AnyTagClassName
{
color: #375FE2;
}
</style>
background-color css
<style>
a { background-color: #375FE2; }
a { background-color: rgb(55,95,226); }
div.DivClassName
{
background-color: #375FE2;
}
.BgClassName
{
background-color: #375FE2;
}
</style>
border-color css
<style>
span { border-color: #375FE2; }
span { border-color: rgb(55,95,226); }
td.TdClassName
{
border-color: #375FE2;
}
.TagClassName
{
border-color: #375FE2;
}
</style>