Shades of Royal Blue #375FF2
Tints of Royal Blue #375FF2
RGB
CMYK
RGB Variations
Color information
#375FF2 (or 0x375FF2) is known color: Royal Blue. HEX triplet: 37, 5F and F2. RGB value is (55,95,242). Sum of RGB (Red+Green+Blue) = 55+95+242=392 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.03% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 242 (94.92% from 255 or 61.73% from 392); Max value from RGB is 242 - color contains mainly: blue. Hex color #375FF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375FF2 is #C8A00D. Grayscale: #636363. Windows color (decimal): -13148174 or 15884087. OLE color: 15884087.
HSL color Cylindrical-coordinate representation of color #375FF2: hue angle of 227.17º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #375FF2 is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 95 | 242 | - |
| CMYK | 0.77 | 0.61 | 0 | 0.05 |
| HSL | 227.17º | 0.88% | 0.58% | - |
| HSV(B) | 227.17º | 0.77% | 0.95% | - |
| XYZ | 21.69 | 15.41 | 85.83 | - |
| YUV | 99.8 | 208.25 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 95 | 242 | 0.77 | 0.61 | 0 | 0.05 | 227.17 | 0.88 | 0.58 |
| Hex | 37 | 5F | F2 | 4D | 3D | 0 | 5 | E3 | 58 | 3A |
| Octal | 67 | 137 | 362 | 115 | 75 | 0 | 5 | 343 | 130 | 72 |
| Binary | 110111 | 1011111 | 11110010 | 1001101 | 111101 | 0 | 101 | 11100011 | 1011000 | 111010 |
Color Harmonies of #375FF2
Complementary color
Monochromatic Colors of #375FF2
Black with #375FF2
Text Example
Text Example
White with #375FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375FF2; }
p { color: rgb(55,95,242); }
H1.HeaderClassName
{
color: #375FF2;
}
.AnyTagClassName
{
color: #375FF2;
}
</style>
background-color css
<style>
a { background-color: #375FF2; }
a { background-color: rgb(55,95,242); }
div.DivClassName
{
background-color: #375FF2;
}
.BgClassName
{
background-color: #375FF2;
}
</style>
border-color css
<style>
span { border-color: #375FF2; }
span { border-color: rgb(55,95,242); }
td.TdClassName
{
border-color: #375FF2;
}
.TagClassName
{
border-color: #375FF2;
}
</style>