Shades of Royal Blue #3966DA
Tints of Royal Blue #3966DA
RGB
CMYK
RGB Variations
Color information
#3966DA (or 0x3966DA) is known color: Royal Blue. HEX triplet: 39, 66 and DA. RGB value is (57,102,218). Sum of RGB (Red+Green+Blue) = 57+102+218=377 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.12% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 218 (85.55% from 255 or 57.82% from 377); Max value from RGB is 218 - color contains mainly: blue. Hex color #3966DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3966DA is #C69925. Grayscale: #656565. Windows color (decimal): -13015334 or 14313017. OLE color: 14313017.
HSL color Cylindrical-coordinate representation of color #3966DA: hue angle of 223.23º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3966DA is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 57 | 102 | 218 | - |
| CMYK | 0.74 | 0.53 | 0 | 0.15 |
| HSL | 223.23º | 0.69% | 0.54% | - |
| HSV(B) | 223.23º | 0.74% | 0.85% | - |
| XYZ | 19.09 | 15.43 | 68.3 | - |
| YUV | 101.77 | 193.59 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 102 | 218 | 0.74 | 0.53 | 0 | 0.15 | 223.23 | 0.69 | 0.54 |
| Hex | 39 | 66 | DA | 4A | 35 | 0 | F | DF | 45 | 36 |
| Octal | 71 | 146 | 332 | 112 | 65 | 0 | 17 | 337 | 105 | 66 |
| Binary | 111001 | 1100110 | 11011010 | 1001010 | 110101 | 0 | 1111 | 11011111 | 1000101 | 110110 |
Color Harmonies of #3966DA
Complementary color
Monochromatic Colors of #3966DA
Black with #3966DA
Text Example
Text Example
White with #3966DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3966DA; }
p { color: rgb(57,102,218); }
H1.HeaderClassName
{
color: #3966DA;
}
.AnyTagClassName
{
color: #3966DA;
}
</style>
background-color css
<style>
a { background-color: #3966DA; }
a { background-color: rgb(57,102,218); }
div.DivClassName
{
background-color: #3966DA;
}
.BgClassName
{
background-color: #3966DA;
}
</style>
border-color css
<style>
span { border-color: #3966DA; }
span { border-color: rgb(57,102,218); }
td.TdClassName
{
border-color: #3966DA;
}
.TagClassName
{
border-color: #3966DA;
}
</style>