Shades of Royal Blue #3754DF
Tints of Royal Blue #3754DF
RGB
CMYK
RGB Variations
Color information
#3754DF (or 0x3754DF) is known color: Royal Blue. HEX triplet: 37, 54 and DF. RGB value is (55,84,223). Sum of RGB (Red+Green+Blue) = 55+84+223=362 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.19% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 223 (87.5% from 255 or 61.60% from 362); Max value from RGB is 223 - color contains mainly: blue. Hex color #3754DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3754DF is #C8AB20. Grayscale: #5A5A5A. Windows color (decimal): -13151009 or 14636087. OLE color: 14636087.
HSL color Cylindrical-coordinate representation of color #3754DF: hue angle of 229.64º 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 #3754DF is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 84 | 223 | - |
| CMYK | 0.75 | 0.62 | 0 | 0.13 |
| HSL | 229.64º | 0.72% | 0.55% | - |
| HSV(B) | 229.64º | 0.75% | 0.87% | - |
| XYZ | 18.07 | 12.48 | 71.27 | - |
| YUV | 91.18 | 202.39 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 84 | 223 | 0.75 | 0.62 | 0 | 0.13 | 229.64 | 0.72 | 0.55 |
| Hex | 37 | 54 | DF | 4B | 3E | 0 | D | E6 | 48 | 37 |
| Octal | 67 | 124 | 337 | 113 | 76 | 0 | 15 | 346 | 110 | 67 |
| Binary | 110111 | 1010100 | 11011111 | 1001011 | 111110 | 0 | 1101 | 11100110 | 1001000 | 110111 |
Color Harmonies of #3754DF
Complementary color
Monochromatic Colors of #3754DF
Black with #3754DF
Text Example
Text Example
White with #3754DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3754DF; }
p { color: rgb(55,84,223); }
H1.HeaderClassName
{
color: #3754DF;
}
.AnyTagClassName
{
color: #3754DF;
}
</style>
background-color css
<style>
a { background-color: #3754DF; }
a { background-color: rgb(55,84,223); }
div.DivClassName
{
background-color: #3754DF;
}
.BgClassName
{
background-color: #3754DF;
}
</style>
border-color css
<style>
span { border-color: #3754DF; }
span { border-color: rgb(55,84,223); }
td.TdClassName
{
border-color: #3754DF;
}
.TagClassName
{
border-color: #3754DF;
}
</style>