Shades of Royal Blue #3665DD
Tints of Royal Blue #3665DD
RGB
CMYK
RGB Variations
Color information
#3665DD (or 0x3665DD) is known color: Royal Blue. HEX triplet: 36, 65 and DD. RGB value is (54,101,221). Sum of RGB (Red+Green+Blue) = 54+101+221=376 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.36% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 221 (86.72% from 255 or 58.78% from 376); Max value from RGB is 221 - color contains mainly: blue. Hex color #3665DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3665DD is #C99A22. Grayscale: #646464. Windows color (decimal): -13212195 or 14509366. OLE color: 14509366.
HSL color Cylindrical-coordinate representation of color #3665DD: hue angle of 223.11º 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 #3665DD is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 101 | 221 | - |
| CMYK | 0.76 | 0.54 | 0 | 0.13 |
| HSL | 223.11º | 0.71% | 0.54% | - |
| HSV(B) | 223.11º | 0.76% | 0.87% | - |
| XYZ | 19.23 | 15.31 | 70.35 | - |
| YUV | 100.63 | 195.93 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 101 | 221 | 0.76 | 0.54 | 0 | 0.13 | 223.11 | 0.71 | 0.54 |
| Hex | 36 | 65 | DD | 4C | 36 | 0 | D | DF | 47 | 36 |
| Octal | 66 | 145 | 335 | 114 | 66 | 0 | 15 | 337 | 107 | 66 |
| Binary | 110110 | 1100101 | 11011101 | 1001100 | 110110 | 0 | 1101 | 11011111 | 1000111 | 110110 |
Color Harmonies of #3665DD
Complementary color
Monochromatic Colors of #3665DD
Black with #3665DD
Text Example
Text Example
White with #3665DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3665DD; }
p { color: rgb(54,101,221); }
H1.HeaderClassName
{
color: #3665DD;
}
.AnyTagClassName
{
color: #3665DD;
}
</style>
background-color css
<style>
a { background-color: #3665DD; }
a { background-color: rgb(54,101,221); }
div.DivClassName
{
background-color: #3665DD;
}
.BgClassName
{
background-color: #3665DD;
}
</style>
border-color css
<style>
span { border-color: #3665DD; }
span { border-color: rgb(54,101,221); }
td.TdClassName
{
border-color: #3665DD;
}
.TagClassName
{
border-color: #3665DD;
}
</style>