Shades of Royal Blue #3754DC
Tints of Royal Blue #3754DC
RGB
CMYK
RGB Variations
Color information
#3754DC (or 0x3754DC) is known color: Royal Blue. HEX triplet: 37, 54 and DC. RGB value is (55,84,220). Sum of RGB (Red+Green+Blue) = 55+84+220=359 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.32% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 220 (86.33% from 255 or 61.28% from 359); Max value from RGB is 220 - color contains mainly: blue. Hex color #3754DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3754DC is #C8AB23. Grayscale: #5A5A5A. Windows color (decimal): -13151012 or 14439479. OLE color: 14439479.
HSL color Cylindrical-coordinate representation of color #3754DC: hue angle of 229.45º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3754DC is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 84 | 220 | - |
| CMYK | 0.75 | 0.62 | 0 | 0.14 |
| HSL | 229.45º | 0.7% | 0.54% | - |
| HSV(B) | 229.45º | 0.75% | 0.86% | - |
| XYZ | 17.66 | 12.32 | 69.16 | - |
| YUV | 90.83 | 200.89 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 84 | 220 | 0.75 | 0.62 | 0 | 0.14 | 229.45 | 0.7 | 0.54 |
| Hex | 37 | 54 | DC | 4B | 3E | 0 | E | E5 | 46 | 36 |
| Octal | 67 | 124 | 334 | 113 | 76 | 0 | 16 | 345 | 106 | 66 |
| Binary | 110111 | 1010100 | 11011100 | 1001011 | 111110 | 0 | 1110 | 11100101 | 1000110 | 110110 |
Color Harmonies of #3754DC
Complementary color
Monochromatic Colors of #3754DC
Black with #3754DC
Text Example
Text Example
White with #3754DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3754DC; }
p { color: rgb(55,84,220); }
H1.HeaderClassName
{
color: #3754DC;
}
.AnyTagClassName
{
color: #3754DC;
}
</style>
background-color css
<style>
a { background-color: #3754DC; }
a { background-color: rgb(55,84,220); }
div.DivClassName
{
background-color: #3754DC;
}
.BgClassName
{
background-color: #3754DC;
}
</style>
border-color css
<style>
span { border-color: #3754DC; }
span { border-color: rgb(55,84,220); }
td.TdClassName
{
border-color: #3754DC;
}
.TagClassName
{
border-color: #3754DC;
}
</style>