Shades of Royal Blue #3676DD
Tints of Royal Blue #3676DD
RGB
CMYK
RGB Variations
Color information
#3676DD (or 0x3676DD) is known color: Royal Blue. HEX triplet: 36, 76 and DD. RGB value is (54,118,221). Sum of RGB (Red+Green+Blue) = 54+118+221=393 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.74% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #3676DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3676DD is #C98922. Grayscale: #6E6E6E. Windows color (decimal): -13207843 or 14513718. OLE color: 14513718.
HSL color Cylindrical-coordinate representation of color #3676DD: hue angle of 217.01º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3676DD is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 118 | 221 | - |
| CMYK | 0.76 | 0.47 | 0 | 0.13 |
| HSL | 217.01º | 0.71% | 0.54% | - |
| HSV(B) | 217.01º | 0.76% | 0.87% | - |
| XYZ | 21.05 | 18.96 | 70.96 | - |
| YUV | 110.61 | 190.3 | 87.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 118 | 221 | 0.76 | 0.47 | 0 | 0.13 | 217.01 | 0.71 | 0.54 |
| Hex | 36 | 76 | DD | 4C | 2F | 0 | D | D9 | 47 | 36 |
| Octal | 66 | 166 | 335 | 114 | 57 | 0 | 15 | 331 | 107 | 66 |
| Binary | 110110 | 1110110 | 11011101 | 1001100 | 101111 | 0 | 1101 | 11011001 | 1000111 | 110110 |
Color Harmonies of #3676DD
Complementary color
Monochromatic Colors of #3676DD
Black with #3676DD
Text Example
Text Example
White with #3676DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3676DD; }
p { color: rgb(54,118,221); }
H1.HeaderClassName
{
color: #3676DD;
}
.AnyTagClassName
{
color: #3676DD;
}
</style>
background-color css
<style>
a { background-color: #3676DD; }
a { background-color: rgb(54,118,221); }
div.DivClassName
{
background-color: #3676DD;
}
.BgClassName
{
background-color: #3676DD;
}
</style>
border-color css
<style>
span { border-color: #3676DD; }
span { border-color: rgb(54,118,221); }
td.TdClassName
{
border-color: #3676DD;
}
.TagClassName
{
border-color: #3676DD;
}
</style>