Shades of Royal Blue #3669DE
Tints of Royal Blue #3669DE
RGB
CMYK
RGB Variations
Color information
#3669DE (or 0x3669DE) is known color: Royal Blue. HEX triplet: 36, 69 and DE. RGB value is (54,105,222). Sum of RGB (Red+Green+Blue) = 54+105+222=381 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.17% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 222 (87.11% from 255 or 58.27% from 381); Max value from RGB is 222 - color contains mainly: blue. Hex color #3669DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3669DE is #C99621. Grayscale: #666666. Windows color (decimal): -13211170 or 14575926. OLE color: 14575926.
HSL color Cylindrical-coordinate representation of color #3669DE: hue angle of 221.79º degrees, saturation: 0.72, 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 #3669DE is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 105 | 222 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.13 |
| HSL | 221.79º | 0.72% | 0.54% | - |
| HSV(B) | 221.79º | 0.76% | 0.87% | - |
| XYZ | 19.76 | 16.16 | 71.19 | - |
| YUV | 103.09 | 195.1 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 105 | 222 | 0.76 | 0.53 | 0 | 0.13 | 221.79 | 0.72 | 0.54 |
| Hex | 36 | 69 | DE | 4C | 35 | 0 | D | DE | 48 | 36 |
| Octal | 66 | 151 | 336 | 114 | 65 | 0 | 15 | 336 | 110 | 66 |
| Binary | 110110 | 1101001 | 11011110 | 1001100 | 110101 | 0 | 1101 | 11011110 | 1001000 | 110110 |
Color Harmonies of #3669DE
Complementary color
Monochromatic Colors of #3669DE
Black with #3669DE
Text Example
Text Example
White with #3669DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3669DE; }
p { color: rgb(54,105,222); }
H1.HeaderClassName
{
color: #3669DE;
}
.AnyTagClassName
{
color: #3669DE;
}
</style>
background-color css
<style>
a { background-color: #3669DE; }
a { background-color: rgb(54,105,222); }
div.DivClassName
{
background-color: #3669DE;
}
.BgClassName
{
background-color: #3669DE;
}
</style>
border-color css
<style>
span { border-color: #3669DE; }
span { border-color: rgb(54,105,222); }
td.TdClassName
{
border-color: #3669DE;
}
.TagClassName
{
border-color: #3669DE;
}
</style>