Shades of Royal Blue #3E65CE
Tints of Royal Blue #3E65CE
RGB
CMYK
RGB Variations
Color information
#3E65CE (or 0x3E65CE) is known color: Royal Blue. HEX triplet: 3E, 65 and CE. RGB value is (62,101,206). Sum of RGB (Red+Green+Blue) = 62+101+206=369 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.80% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #3E65CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E65CE is #C19A31. Grayscale: #646464. Windows color (decimal): -12687922 or 13526334. OLE color: 13526334.
HSL color Cylindrical-coordinate representation of color #3E65CE: hue angle of 223.75º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E65CE is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 101 | 206 | - |
| CMYK | 0.70 | 0.51 | 0 | 0.19 |
| HSL | 223.75º | 0.6% | 0.53% | - |
| HSV(B) | 223.75º | 0.7% | 0.81% | - |
| XYZ | 17.78 | 14.79 | 60.31 | - |
| YUV | 101.31 | 187.08 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 101 | 206 | 0.70 | 0.51 | 0 | 0.19 | 223.75 | 0.6 | 0.53 |
| Hex | 3E | 65 | CE | 46 | 33 | 0 | 13 | E0 | 3C | 35 |
| Octal | 76 | 145 | 316 | 106 | 63 | 0 | 23 | 340 | 74 | 65 |
| Binary | 111110 | 1100101 | 11001110 | 1000110 | 110011 | 0 | 10011 | 11100000 | 111100 | 110101 |
Color Harmonies of #3E65CE
Complementary color
Monochromatic Colors of #3E65CE
Black with #3E65CE
Text Example
Text Example
White with #3E65CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E65CE; }
p { color: rgb(62,101,206); }
H1.HeaderClassName
{
color: #3E65CE;
}
.AnyTagClassName
{
color: #3E65CE;
}
</style>
background-color css
<style>
a { background-color: #3E65CE; }
a { background-color: rgb(62,101,206); }
div.DivClassName
{
background-color: #3E65CE;
}
.BgClassName
{
background-color: #3E65CE;
}
</style>
border-color css
<style>
span { border-color: #3E65CE; }
span { border-color: rgb(62,101,206); }
td.TdClassName
{
border-color: #3E65CE;
}
.TagClassName
{
border-color: #3E65CE;
}
</style>