Shades of Royal Blue #3965ED
Tints of Royal Blue #3965ED
RGB
CMYK
RGB Variations
Color information
#3965ED (or 0x3965ED) is known color: Royal Blue. HEX triplet: 39, 65 and ED. RGB value is (57,101,237). Sum of RGB (Red+Green+Blue) = 57+101+237=395 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.43% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 237 (92.97% from 255 or 60% from 395); Max value from RGB is 237 - color contains mainly: blue. Hex color #3965ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3965ED is #C69A12. Grayscale: #666666. Windows color (decimal): -13015571 or 15557945. OLE color: 15557945.
HSL color Cylindrical-coordinate representation of color #3965ED: hue angle of 225.33º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3965ED is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 101 | 237 | - |
| CMYK | 0.76 | 0.57 | 0 | 0.07 |
| HSL | 225.33º | 0.83% | 0.58% | - |
| HSV(B) | 225.33º | 0.76% | 0.93% | - |
| XYZ | 21.63 | 16.29 | 82.13 | - |
| YUV | 103.35 | 203.42 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 101 | 237 | 0.76 | 0.57 | 0 | 0.07 | 225.33 | 0.83 | 0.58 |
| Hex | 39 | 65 | ED | 4C | 39 | 0 | 7 | E1 | 53 | 3A |
| Octal | 71 | 145 | 355 | 114 | 71 | 0 | 7 | 341 | 123 | 72 |
| Binary | 111001 | 1100101 | 11101101 | 1001100 | 111001 | 0 | 111 | 11100001 | 1010011 | 111010 |
Color Harmonies of #3965ED
Complementary color
Monochromatic Colors of #3965ED
Black with #3965ED
Text Example
Text Example
White with #3965ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3965ED; }
p { color: rgb(57,101,237); }
H1.HeaderClassName
{
color: #3965ED;
}
.AnyTagClassName
{
color: #3965ED;
}
</style>
background-color css
<style>
a { background-color: #3965ED; }
a { background-color: rgb(57,101,237); }
div.DivClassName
{
background-color: #3965ED;
}
.BgClassName
{
background-color: #3965ED;
}
</style>
border-color css
<style>
span { border-color: #3965ED; }
span { border-color: rgb(57,101,237); }
td.TdClassName
{
border-color: #3965ED;
}
.TagClassName
{
border-color: #3965ED;
}
</style>