Shades of Royal Blue #3964CE
Tints of Royal Blue #3964CE
RGB
CMYK
RGB Variations
Color information
#3964CE (or 0x3964CE) is known color: Royal Blue. HEX triplet: 39, 64 and CE. RGB value is (57,100,206). Sum of RGB (Red+Green+Blue) = 57+100+206=363 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.70% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #3964CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3964CE is #C69B31. Grayscale: #626262. Windows color (decimal): -13015858 or 13526073. OLE color: 13526073.
HSL color Cylindrical-coordinate representation of color #3964CE: hue angle of 222.68º 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 #3964CE is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 100 | 206 | - |
| CMYK | 0.72 | 0.51 | 0 | 0.19 |
| HSL | 222.68º | 0.6% | 0.52% | - |
| HSV(B) | 222.68º | 0.72% | 0.81% | - |
| XYZ | 17.39 | 14.44 | 60.26 | - |
| YUV | 99.23 | 188.25 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 100 | 206 | 0.72 | 0.51 | 0 | 0.19 | 222.68 | 0.6 | 0.52 |
| Hex | 39 | 64 | CE | 48 | 33 | 0 | 13 | DF | 3C | 34 |
| Octal | 71 | 144 | 316 | 110 | 63 | 0 | 23 | 337 | 74 | 64 |
| Binary | 111001 | 1100100 | 11001110 | 1001000 | 110011 | 0 | 10011 | 11011111 | 111100 | 110100 |
Color Harmonies of #3964CE
Complementary color
Monochromatic Colors of #3964CE
Black with #3964CE
Text Example
Text Example
White with #3964CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3964CE; }
p { color: rgb(57,100,206); }
H1.HeaderClassName
{
color: #3964CE;
}
.AnyTagClassName
{
color: #3964CE;
}
</style>
background-color css
<style>
a { background-color: #3964CE; }
a { background-color: rgb(57,100,206); }
div.DivClassName
{
background-color: #3964CE;
}
.BgClassName
{
background-color: #3964CE;
}
</style>
border-color css
<style>
span { border-color: #3964CE; }
span { border-color: rgb(57,100,206); }
td.TdClassName
{
border-color: #3964CE;
}
.TagClassName
{
border-color: #3964CE;
}
</style>