Shades of Royal Blue #3666CD
Tints of Royal Blue #3666CD
RGB
CMYK
RGB Variations
Color information
#3666CD (or 0x3666CD) is known color: Royal Blue. HEX triplet: 36, 66 and CD. RGB value is (54,102,205). Sum of RGB (Red+Green+Blue) = 54+102+205=361 (47% of max value = 765). Red value is 54 (21.48% from 255 or 14.96% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 205 (80.47% from 255 or 56.79% from 361); Max value from RGB is 205 - color contains mainly: blue. Hex color #3666CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3666CD is #C99932. Grayscale: #626262. Windows color (decimal): -13211955 or 13461046. OLE color: 13461046.
HSL color Cylindrical-coordinate representation of color #3666CD: hue angle of 220.93º 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 #3666CD is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 102 | 205 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.20 |
| HSL | 220.93º | 0.6% | 0.51% | - |
| HSV(B) | 220.93º | 0.74% | 0.8% | - |
| XYZ | 17.29 | 14.69 | 59.68 | - |
| YUV | 99.39 | 187.6 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 102 | 205 | 0.74 | 0.50 | 0 | 0.20 | 220.93 | 0.6 | 0.51 |
| Hex | 36 | 66 | CD | 4A | 32 | 0 | 14 | DD | 3C | 33 |
| Octal | 66 | 146 | 315 | 112 | 62 | 0 | 24 | 335 | 74 | 63 |
| Binary | 110110 | 1100110 | 11001101 | 1001010 | 110010 | 0 | 10100 | 11011101 | 111100 | 110011 |
Color Harmonies of #3666CD
Complementary color
Monochromatic Colors of #3666CD
Black with #3666CD
Text Example
Text Example
White with #3666CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3666CD; }
p { color: rgb(54,102,205); }
H1.HeaderClassName
{
color: #3666CD;
}
.AnyTagClassName
{
color: #3666CD;
}
</style>
background-color css
<style>
a { background-color: #3666CD; }
a { background-color: rgb(54,102,205); }
div.DivClassName
{
background-color: #3666CD;
}
.BgClassName
{
background-color: #3666CD;
}
</style>
border-color css
<style>
span { border-color: #3666CD; }
span { border-color: rgb(54,102,205); }
td.TdClassName
{
border-color: #3666CD;
}
.TagClassName
{
border-color: #3666CD;
}
</style>