Shades of Royal Blue #3756DE
Tints of Royal Blue #3756DE
RGB
CMYK
RGB Variations
Color information
#3756DE (or 0x3756DE) is known color: Royal Blue. HEX triplet: 37, 56 and DE. RGB value is (55,86,222). Sum of RGB (Red+Green+Blue) = 55+86+222=363 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.15% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 222 (87.11% from 255 or 61.16% from 363); Max value from RGB is 222 - color contains mainly: blue. Hex color #3756DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3756DE is #C8A921. Grayscale: #5B5B5B. Windows color (decimal): -13150498 or 14571063. OLE color: 14571063.
HSL color Cylindrical-coordinate representation of color #3756DE: hue angle of 228.86º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3756DE is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 86 | 222 | - |
| CMYK | 0.75 | 0.61 | 0 | 0.13 |
| HSL | 228.86º | 0.72% | 0.54% | - |
| HSV(B) | 228.86º | 0.75% | 0.87% | - |
| XYZ | 18.09 | 12.74 | 70.61 | - |
| YUV | 92.24 | 201.23 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 86 | 222 | 0.75 | 0.61 | 0 | 0.13 | 228.86 | 0.72 | 0.54 |
| Hex | 37 | 56 | DE | 4B | 3D | 0 | D | E5 | 48 | 36 |
| Octal | 67 | 126 | 336 | 113 | 75 | 0 | 15 | 345 | 110 | 66 |
| Binary | 110111 | 1010110 | 11011110 | 1001011 | 111101 | 0 | 1101 | 11100101 | 1001000 | 110110 |
Color Harmonies of #3756DE
Complementary color
Monochromatic Colors of #3756DE
Black with #3756DE
Text Example
Text Example
White with #3756DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3756DE; }
p { color: rgb(55,86,222); }
H1.HeaderClassName
{
color: #3756DE;
}
.AnyTagClassName
{
color: #3756DE;
}
</style>
background-color css
<style>
a { background-color: #3756DE; }
a { background-color: rgb(55,86,222); }
div.DivClassName
{
background-color: #3756DE;
}
.BgClassName
{
background-color: #3756DE;
}
</style>
border-color css
<style>
span { border-color: #3756DE; }
span { border-color: rgb(55,86,222); }
td.TdClassName
{
border-color: #3756DE;
}
.TagClassName
{
border-color: #3756DE;
}
</style>