Shades of Royal Blue #3756F2
Tints of Royal Blue #3756F2
RGB
CMYK
RGB Variations
Color information
#3756F2 (or 0x3756F2) is known color: Royal Blue. HEX triplet: 37, 56 and F2. RGB value is (55,86,242). Sum of RGB (Red+Green+Blue) = 55+86+242=383 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.36% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 242 (94.92% from 255 or 63.19% from 383); Max value from RGB is 242 - color contains mainly: blue. Hex color #3756F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3756F2 is #C8A90D. Grayscale: #5D5D5D. Windows color (decimal): -13150478 or 15881783. OLE color: 15881783.
HSL color Cylindrical-coordinate representation of color #3756F2: hue angle of 230.05º 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 #3756F2 is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 86 | 242 | - |
| CMYK | 0.77 | 0.64 | 0 | 0.05 |
| HSL | 230.05º | 0.88% | 0.58% | - |
| HSV(B) | 230.05º | 0.77% | 0.95% | - |
| XYZ | 20.93 | 13.88 | 85.58 | - |
| YUV | 94.52 | 211.23 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 86 | 242 | 0.77 | 0.64 | 0 | 0.05 | 230.05 | 0.88 | 0.58 |
| Hex | 37 | 56 | F2 | 4D | 40 | 0 | 5 | E6 | 58 | 3A |
| Octal | 67 | 126 | 362 | 115 | 100 | 0 | 5 | 346 | 130 | 72 |
| Binary | 110111 | 1010110 | 11110010 | 1001101 | 1000000 | 0 | 101 | 11100110 | 1011000 | 111010 |
Color Harmonies of #3756F2
Complementary color
Monochromatic Colors of #3756F2
Black with #3756F2
Text Example
Text Example
White with #3756F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3756F2; }
p { color: rgb(55,86,242); }
H1.HeaderClassName
{
color: #3756F2;
}
.AnyTagClassName
{
color: #3756F2;
}
</style>
background-color css
<style>
a { background-color: #3756F2; }
a { background-color: rgb(55,86,242); }
div.DivClassName
{
background-color: #3756F2;
}
.BgClassName
{
background-color: #3756F2;
}
</style>
border-color css
<style>
span { border-color: #3756F2; }
span { border-color: rgb(55,86,242); }
td.TdClassName
{
border-color: #3756F2;
}
.TagClassName
{
border-color: #3756F2;
}
</style>