Shades of Royal Blue #3965CE
Tints of Royal Blue #3965CE
RGB
CMYK
RGB Variations
Color information
#3965CE (or 0x3965CE) is known color: Royal Blue. HEX triplet: 39, 65 and CE. RGB value is (57,101,206). Sum of RGB (Red+Green+Blue) = 57+101+206=364 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.66% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 206 (80.86% from 255 or 56.59% from 364); Max value from RGB is 206 - color contains mainly: blue. Hex color #3965CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3965CE is #C69A31. Grayscale: #636363. Windows color (decimal): -13015602 or 13526329. OLE color: 13526329.
HSL color Cylindrical-coordinate representation of color #3965CE: hue angle of 222.28º 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 #3965CE is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 101 | 206 | - |
| CMYK | 0.72 | 0.51 | 0 | 0.19 |
| HSL | 222.28º | 0.6% | 0.52% | - |
| HSV(B) | 222.28º | 0.72% | 0.81% | - |
| XYZ | 17.48 | 14.63 | 60.3 | - |
| YUV | 99.81 | 187.92 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 101 | 206 | 0.72 | 0.51 | 0 | 0.19 | 222.28 | 0.6 | 0.52 |
| Hex | 39 | 65 | CE | 48 | 33 | 0 | 13 | DE | 3C | 34 |
| Octal | 71 | 145 | 316 | 110 | 63 | 0 | 23 | 336 | 74 | 64 |
| Binary | 111001 | 1100101 | 11001110 | 1001000 | 110011 | 0 | 10011 | 11011110 | 111100 | 110100 |
Color Harmonies of #3965CE
Complementary color
Monochromatic Colors of #3965CE
Black with #3965CE
Text Example
Text Example
White with #3965CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3965CE; }
p { color: rgb(57,101,206); }
H1.HeaderClassName
{
color: #3965CE;
}
.AnyTagClassName
{
color: #3965CE;
}
</style>
background-color css
<style>
a { background-color: #3965CE; }
a { background-color: rgb(57,101,206); }
div.DivClassName
{
background-color: #3965CE;
}
.BgClassName
{
background-color: #3965CE;
}
</style>
border-color css
<style>
span { border-color: #3965CE; }
span { border-color: rgb(57,101,206); }
td.TdClassName
{
border-color: #3965CE;
}
.TagClassName
{
border-color: #3965CE;
}
</style>