Shades of Royal Blue #3752DF
Tints of Royal Blue #3752DF
RGB
CMYK
RGB Variations
Color information
#3752DF (or 0x3752DF) is known color: Royal Blue. HEX triplet: 37, 52 and DF. RGB value is (55,82,223). Sum of RGB (Red+Green+Blue) = 55+82+223=360 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.28% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 223 (87.5% from 255 or 61.94% from 360); Max value from RGB is 223 - color contains mainly: blue. Hex color #3752DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3752DF is #C8AD20. Grayscale: #595959. Windows color (decimal): -13151521 or 14635575. OLE color: 14635575.
HSL color Cylindrical-coordinate representation of color #3752DF: hue angle of 230.36º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3752DF is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 82 | 223 | - |
| CMYK | 0.75 | 0.63 | 0 | 0.13 |
| HSL | 230.36º | 0.72% | 0.55% | - |
| HSV(B) | 230.36º | 0.75% | 0.87% | - |
| XYZ | 17.91 | 12.17 | 71.22 | - |
| YUV | 90 | 203.05 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 82 | 223 | 0.75 | 0.63 | 0 | 0.13 | 230.36 | 0.72 | 0.55 |
| Hex | 37 | 52 | DF | 4B | 3F | 0 | D | E6 | 48 | 37 |
| Octal | 67 | 122 | 337 | 113 | 77 | 0 | 15 | 346 | 110 | 67 |
| Binary | 110111 | 1010010 | 11011111 | 1001011 | 111111 | 0 | 1101 | 11100110 | 1001000 | 110111 |
Color Harmonies of #3752DF
Complementary color
Monochromatic Colors of #3752DF
Black with #3752DF
Text Example
Text Example
White with #3752DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3752DF; }
p { color: rgb(55,82,223); }
H1.HeaderClassName
{
color: #3752DF;
}
.AnyTagClassName
{
color: #3752DF;
}
</style>
background-color css
<style>
a { background-color: #3752DF; }
a { background-color: rgb(55,82,223); }
div.DivClassName
{
background-color: #3752DF;
}
.BgClassName
{
background-color: #3752DF;
}
</style>
border-color css
<style>
span { border-color: #3752DF; }
span { border-color: rgb(55,82,223); }
td.TdClassName
{
border-color: #3752DF;
}
.TagClassName
{
border-color: #3752DF;
}
</style>