Shades of Royal Blue #3757F2
Tints of Royal Blue #3757F2
RGB
CMYK
RGB Variations
Color information
#3757F2 (or 0x3757F2) is known color: Royal Blue. HEX triplet: 37, 57 and F2. RGB value is (55,87,242). Sum of RGB (Red+Green+Blue) = 55+87+242=384 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.32% from 384); Green value is 87 (34.38% from 255 or 22.66% from 384); Blue value is 242 (94.92% from 255 or 63.02% from 384); Max value from RGB is 242 - color contains mainly: blue. Hex color #3757F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3757F2 is #C8A80D. Grayscale: #5E5E5E. Windows color (decimal): -13150222 or 15882039. OLE color: 15882039.
HSL color Cylindrical-coordinate representation of color #3757F2: hue angle of 229.73º 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 #3757F2 is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 87 | 242 | - |
| CMYK | 0.77 | 0.64 | 0 | 0.05 |
| HSL | 229.73º | 0.88% | 0.58% | - |
| HSV(B) | 229.73º | 0.77% | 0.95% | - |
| XYZ | 21.01 | 14.04 | 85.61 | - |
| YUV | 95.1 | 210.9 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 87 | 242 | 0.77 | 0.64 | 0 | 0.05 | 229.73 | 0.88 | 0.58 |
| Hex | 37 | 57 | F2 | 4D | 40 | 0 | 5 | E6 | 58 | 3A |
| Octal | 67 | 127 | 362 | 115 | 100 | 0 | 5 | 346 | 130 | 72 |
| Binary | 110111 | 1010111 | 11110010 | 1001101 | 1000000 | 0 | 101 | 11100110 | 1011000 | 111010 |
Color Harmonies of #3757F2
Complementary color
Monochromatic Colors of #3757F2
Black with #3757F2
Text Example
Text Example
White with #3757F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3757F2; }
p { color: rgb(55,87,242); }
H1.HeaderClassName
{
color: #3757F2;
}
.AnyTagClassName
{
color: #3757F2;
}
</style>
background-color css
<style>
a { background-color: #3757F2; }
a { background-color: rgb(55,87,242); }
div.DivClassName
{
background-color: #3757F2;
}
.BgClassName
{
background-color: #3757F2;
}
</style>
border-color css
<style>
span { border-color: #3757F2; }
span { border-color: rgb(55,87,242); }
td.TdClassName
{
border-color: #3757F2;
}
.TagClassName
{
border-color: #3757F2;
}
</style>