Shades of Royal Blue #3966CE
Tints of Royal Blue #3966CE
RGB
CMYK
RGB Variations
Color information
#3966CE (or 0x3966CE) is known color: Royal Blue. HEX triplet: 39, 66 and CE. RGB value is (57,102,206). Sum of RGB (Red+Green+Blue) = 57+102+206=365 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.62% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 206 (80.86% from 255 or 56.44% from 365); Max value from RGB is 206 - color contains mainly: blue. Hex color #3966CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3966CE is #C69931. Grayscale: #636363. Windows color (decimal): -13015346 or 13526585. OLE color: 13526585.
HSL color Cylindrical-coordinate representation of color #3966CE: hue angle of 221.88º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3966CE is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 102 | 206 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.19 |
| HSL | 221.88º | 0.6% | 0.52% | - |
| HSV(B) | 221.88º | 0.72% | 0.81% | - |
| XYZ | 17.58 | 14.83 | 60.33 | - |
| YUV | 100.4 | 187.59 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 102 | 206 | 0.72 | 0.50 | 0 | 0.19 | 221.88 | 0.6 | 0.52 |
| Hex | 39 | 66 | CE | 48 | 32 | 0 | 13 | DE | 3C | 34 |
| Octal | 71 | 146 | 316 | 110 | 62 | 0 | 23 | 336 | 74 | 64 |
| Binary | 111001 | 1100110 | 11001110 | 1001000 | 110010 | 0 | 10011 | 11011110 | 111100 | 110100 |
Color Harmonies of #3966CE
Complementary color
Monochromatic Colors of #3966CE
Black with #3966CE
Text Example
Text Example
White with #3966CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3966CE; }
p { color: rgb(57,102,206); }
H1.HeaderClassName
{
color: #3966CE;
}
.AnyTagClassName
{
color: #3966CE;
}
</style>
background-color css
<style>
a { background-color: #3966CE; }
a { background-color: rgb(57,102,206); }
div.DivClassName
{
background-color: #3966CE;
}
.BgClassName
{
background-color: #3966CE;
}
</style>
border-color css
<style>
span { border-color: #3966CE; }
span { border-color: rgb(57,102,206); }
td.TdClassName
{
border-color: #3966CE;
}
.TagClassName
{
border-color: #3966CE;
}
</style>