Shades of Royal Blue #3E65DC
Tints of Royal Blue #3E65DC
RGB
CMYK
RGB Variations
Color information
#3E65DC (or 0x3E65DC) is known color: Royal Blue. HEX triplet: 3E, 65 and DC. RGB value is (62,101,220). Sum of RGB (Red+Green+Blue) = 62+101+220=383 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.19% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 220 (86.33% from 255 or 57.44% from 383); Max value from RGB is 220 - color contains mainly: blue. Hex color #3E65DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E65DC is #C19A23. Grayscale: #666666. Windows color (decimal): -12687908 or 14443838. OLE color: 14443838.
HSL color Cylindrical-coordinate representation of color #3E65DC: hue angle of 225.19º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E65DC is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 101 | 220 | - |
| CMYK | 0.72 | 0.54 | 0 | 0.14 |
| HSL | 225.19º | 0.69% | 0.55% | - |
| HSV(B) | 225.19º | 0.72% | 0.86% | - |
| XYZ | 19.56 | 15.5 | 69.67 | - |
| YUV | 102.91 | 194.08 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 101 | 220 | 0.72 | 0.54 | 0 | 0.14 | 225.19 | 0.69 | 0.55 |
| Hex | 3E | 65 | DC | 48 | 36 | 0 | E | E1 | 45 | 37 |
| Octal | 76 | 145 | 334 | 110 | 66 | 0 | 16 | 341 | 105 | 67 |
| Binary | 111110 | 1100101 | 11011100 | 1001000 | 110110 | 0 | 1110 | 11100001 | 1000101 | 110111 |
Color Harmonies of #3E65DC
Complementary color
Monochromatic Colors of #3E65DC
Black with #3E65DC
Text Example
Text Example
White with #3E65DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E65DC; }
p { color: rgb(62,101,220); }
H1.HeaderClassName
{
color: #3E65DC;
}
.AnyTagClassName
{
color: #3E65DC;
}
</style>
background-color css
<style>
a { background-color: #3E65DC; }
a { background-color: rgb(62,101,220); }
div.DivClassName
{
background-color: #3E65DC;
}
.BgClassName
{
background-color: #3E65DC;
}
</style>
border-color css
<style>
span { border-color: #3E65DC; }
span { border-color: rgb(62,101,220); }
td.TdClassName
{
border-color: #3E65DC;
}
.TagClassName
{
border-color: #3E65DC;
}
</style>