Shades of Royal Blue #3760DC
Tints of Royal Blue #3760DC
RGB
CMYK
RGB Variations
Color information
#3760DC (or 0x3760DC) is known color: Royal Blue. HEX triplet: 37, 60 and DC. RGB value is (55,96,220). Sum of RGB (Red+Green+Blue) = 55+96+220=371 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.82% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #3760DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3760DC is #C89F23. Grayscale: #616161. Windows color (decimal): -13147940 or 14442551. OLE color: 14442551.
HSL color Cylindrical-coordinate representation of color #3760DC: hue angle of 225.09º 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 #3760DC is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 96 | 220 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.14 |
| HSL | 225.09º | 0.7% | 0.54% | - |
| HSV(B) | 225.09º | 0.75% | 0.86% | - |
| XYZ | 18.68 | 14.35 | 69.49 | - |
| YUV | 97.88 | 196.92 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 96 | 220 | 0.75 | 0.56 | 0 | 0.14 | 225.09 | 0.7 | 0.54 |
| Hex | 37 | 60 | DC | 4B | 38 | 0 | E | E1 | 46 | 36 |
| Octal | 67 | 140 | 334 | 113 | 70 | 0 | 16 | 341 | 106 | 66 |
| Binary | 110111 | 1100000 | 11011100 | 1001011 | 111000 | 0 | 1110 | 11100001 | 1000110 | 110110 |
Color Harmonies of #3760DC
Complementary color
Monochromatic Colors of #3760DC
Black with #3760DC
Text Example
Text Example
White with #3760DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3760DC; }
p { color: rgb(55,96,220); }
H1.HeaderClassName
{
color: #3760DC;
}
.AnyTagClassName
{
color: #3760DC;
}
</style>
background-color css
<style>
a { background-color: #3760DC; }
a { background-color: rgb(55,96,220); }
div.DivClassName
{
background-color: #3760DC;
}
.BgClassName
{
background-color: #3760DC;
}
</style>
border-color css
<style>
span { border-color: #3760DC; }
span { border-color: rgb(55,96,220); }
td.TdClassName
{
border-color: #3760DC;
}
.TagClassName
{
border-color: #3760DC;
}
</style>