Shades of Royal Blue #3658DD
Tints of Royal Blue #3658DD
RGB
CMYK
RGB Variations
Color information
#3658DD (or 0x3658DD) is known color: Royal Blue. HEX triplet: 36, 58 and DD. RGB value is (54,88,221). Sum of RGB (Red+Green+Blue) = 54+88+221=363 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.88% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 221 (86.72% from 255 or 60.88% from 363); Max value from RGB is 221 - color contains mainly: blue. Hex color #3658DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3658DD is #C9A722. Grayscale: #5C5C5C. Windows color (decimal): -13215523 or 14506038. OLE color: 14506038.
HSL color Cylindrical-coordinate representation of color #3658DD: hue angle of 227.78º 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 #3658DD is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 88 | 221 | - |
| CMYK | 0.76 | 0.60 | 0 | 0.13 |
| HSL | 227.78º | 0.71% | 0.54% | - |
| HSV(B) | 227.78º | 0.76% | 0.87% | - |
| XYZ | 18.06 | 12.98 | 69.96 | - |
| YUV | 93 | 200.24 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 88 | 221 | 0.76 | 0.60 | 0 | 0.13 | 227.78 | 0.71 | 0.54 |
| Hex | 36 | 58 | DD | 4C | 3C | 0 | D | E4 | 47 | 36 |
| Octal | 66 | 130 | 335 | 114 | 74 | 0 | 15 | 344 | 107 | 66 |
| Binary | 110110 | 1011000 | 11011101 | 1001100 | 111100 | 0 | 1101 | 11100100 | 1000111 | 110110 |
Color Harmonies of #3658DD
Complementary color
Monochromatic Colors of #3658DD
Black with #3658DD
Text Example
Text Example
White with #3658DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3658DD; }
p { color: rgb(54,88,221); }
H1.HeaderClassName
{
color: #3658DD;
}
.AnyTagClassName
{
color: #3658DD;
}
</style>
background-color css
<style>
a { background-color: #3658DD; }
a { background-color: rgb(54,88,221); }
div.DivClassName
{
background-color: #3658DD;
}
.BgClassName
{
background-color: #3658DD;
}
</style>
border-color css
<style>
span { border-color: #3658DD; }
span { border-color: rgb(54,88,221); }
td.TdClassName
{
border-color: #3658DD;
}
.TagClassName
{
border-color: #3658DD;
}
</style>