Shades of Royal Blue #3673DD
Tints of Royal Blue #3673DD
RGB
CMYK
RGB Variations
Color information
#3673DD (or 0x3673DD) is known color: Royal Blue. HEX triplet: 36, 73 and DD. RGB value is (54,115,221). Sum of RGB (Red+Green+Blue) = 54+115+221=390 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.85% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 221 (86.72% from 255 or 56.67% from 390); Max value from RGB is 221 - color contains mainly: blue. Hex color #3673DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3673DD is #C98C22. Grayscale: #6C6C6C. Windows color (decimal): -13208611 or 14512950. OLE color: 14512950.
HSL color Cylindrical-coordinate representation of color #3673DD: hue angle of 218.08º 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 #3673DD is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 115 | 221 | - |
| CMYK | 0.76 | 0.48 | 0 | 0.13 |
| HSL | 218.08º | 0.71% | 0.54% | - |
| HSV(B) | 218.08º | 0.76% | 0.87% | - |
| XYZ | 20.7 | 18.27 | 70.84 | - |
| YUV | 108.85 | 191.29 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 115 | 221 | 0.76 | 0.48 | 0 | 0.13 | 218.08 | 0.71 | 0.54 |
| Hex | 36 | 73 | DD | 4C | 30 | 0 | D | DA | 47 | 36 |
| Octal | 66 | 163 | 335 | 114 | 60 | 0 | 15 | 332 | 107 | 66 |
| Binary | 110110 | 1110011 | 11011101 | 1001100 | 110000 | 0 | 1101 | 11011010 | 1000111 | 110110 |
Color Harmonies of #3673DD
Complementary color
Monochromatic Colors of #3673DD
Black with #3673DD
Text Example
Text Example
White with #3673DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3673DD; }
p { color: rgb(54,115,221); }
H1.HeaderClassName
{
color: #3673DD;
}
.AnyTagClassName
{
color: #3673DD;
}
</style>
background-color css
<style>
a { background-color: #3673DD; }
a { background-color: rgb(54,115,221); }
div.DivClassName
{
background-color: #3673DD;
}
.BgClassName
{
background-color: #3673DD;
}
</style>
border-color css
<style>
span { border-color: #3673DD; }
span { border-color: rgb(54,115,221); }
td.TdClassName
{
border-color: #3673DD;
}
.TagClassName
{
border-color: #3673DD;
}
</style>