Shades of Royal Blue #3E69CE
Tints of Royal Blue #3E69CE
RGB
CMYK
RGB Variations
Color information
#3E69CE (or 0x3E69CE) is known color: Royal Blue. HEX triplet: 3E, 69 and CE. RGB value is (62,105,206). Sum of RGB (Red+Green+Blue) = 62+105+206=373 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.62% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #3E69CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E69CE is #C19631. Grayscale: #676767. Windows color (decimal): -12686898 or 13527358. OLE color: 13527358.
HSL color Cylindrical-coordinate representation of color #3E69CE: hue angle of 222.08º 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 #3E69CE is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 105 | 206 | - |
| CMYK | 0.70 | 0.49 | 0 | 0.19 |
| HSL | 222.08º | 0.6% | 0.53% | - |
| HSV(B) | 222.08º | 0.7% | 0.81% | - |
| XYZ | 18.18 | 15.58 | 60.44 | - |
| YUV | 103.66 | 185.75 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 105 | 206 | 0.70 | 0.49 | 0 | 0.19 | 222.08 | 0.6 | 0.53 |
| Hex | 3E | 69 | CE | 46 | 31 | 0 | 13 | DE | 3C | 35 |
| Octal | 76 | 151 | 316 | 106 | 61 | 0 | 23 | 336 | 74 | 65 |
| Binary | 111110 | 1101001 | 11001110 | 1000110 | 110001 | 0 | 10011 | 11011110 | 111100 | 110101 |
Color Harmonies of #3E69CE
Complementary color
Monochromatic Colors of #3E69CE
Black with #3E69CE
Text Example
Text Example
White with #3E69CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E69CE; }
p { color: rgb(62,105,206); }
H1.HeaderClassName
{
color: #3E69CE;
}
.AnyTagClassName
{
color: #3E69CE;
}
</style>
background-color css
<style>
a { background-color: #3E69CE; }
a { background-color: rgb(62,105,206); }
div.DivClassName
{
background-color: #3E69CE;
}
.BgClassName
{
background-color: #3E69CE;
}
</style>
border-color css
<style>
span { border-color: #3E69CE; }
span { border-color: rgb(62,105,206); }
td.TdClassName
{
border-color: #3E69CE;
}
.TagClassName
{
border-color: #3E69CE;
}
</style>