Shades of Royal Blue #3669CD
Tints of Royal Blue #3669CD
RGB
CMYK
RGB Variations
Color information
#3669CD (or 0x3669CD) is known color: Royal Blue. HEX triplet: 36, 69 and CD. RGB value is (54,105,205). Sum of RGB (Red+Green+Blue) = 54+105+205=364 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.84% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 205 (80.47% from 255 or 56.32% from 364); Max value from RGB is 205 - color contains mainly: blue. Hex color #3669CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3669CD is #C99632. Grayscale: #646464. Windows color (decimal): -13211187 or 13461814. OLE color: 13461814.
HSL color Cylindrical-coordinate representation of color #3669CD: hue angle of 219.74º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3669CD is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 105 | 205 | - |
| CMYK | 0.74 | 0.49 | 0 | 0.20 |
| HSL | 219.74º | 0.6% | 0.51% | - |
| HSV(B) | 219.74º | 0.74% | 0.8% | - |
| XYZ | 17.59 | 15.3 | 59.78 | - |
| YUV | 101.15 | 186.6 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 105 | 205 | 0.74 | 0.49 | 0 | 0.20 | 219.74 | 0.6 | 0.51 |
| Hex | 36 | 69 | CD | 4A | 31 | 0 | 14 | DC | 3C | 33 |
| Octal | 66 | 151 | 315 | 112 | 61 | 0 | 24 | 334 | 74 | 63 |
| Binary | 110110 | 1101001 | 11001101 | 1001010 | 110001 | 0 | 10100 | 11011100 | 111100 | 110011 |
Color Harmonies of #3669CD
Complementary color
Monochromatic Colors of #3669CD
Black with #3669CD
Text Example
Text Example
White with #3669CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3669CD; }
p { color: rgb(54,105,205); }
H1.HeaderClassName
{
color: #3669CD;
}
.AnyTagClassName
{
color: #3669CD;
}
</style>
background-color css
<style>
a { background-color: #3669CD; }
a { background-color: rgb(54,105,205); }
div.DivClassName
{
background-color: #3669CD;
}
.BgClassName
{
background-color: #3669CD;
}
</style>
border-color css
<style>
span { border-color: #3669CD; }
span { border-color: rgb(54,105,205); }
td.TdClassName
{
border-color: #3669CD;
}
.TagClassName
{
border-color: #3669CD;
}
</style>