Shades of Royal Blue #3E6CCE
Tints of Royal Blue #3E6CCE
RGB
CMYK
RGB Variations
Color information
#3E6CCE (or 0x3E6CCE) is known color: Royal Blue. HEX triplet: 3E, 6C and CE. RGB value is (62,108,206). Sum of RGB (Red+Green+Blue) = 62+108+206=376 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.49% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #3E6CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E6CCE is #C19331. Grayscale: #686868. Windows color (decimal): -12686130 or 13528126. OLE color: 13528126.
HSL color Cylindrical-coordinate representation of color #3E6CCE: hue angle of 220.83º 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 #3E6CCE is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 108 | 206 | - |
| CMYK | 0.70 | 0.48 | 0 | 0.19 |
| HSL | 220.83º | 0.6% | 0.53% | - |
| HSV(B) | 220.83º | 0.7% | 0.81% | - |
| XYZ | 18.49 | 16.21 | 60.55 | - |
| YUV | 105.42 | 184.76 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 108 | 206 | 0.70 | 0.48 | 0 | 0.19 | 220.83 | 0.6 | 0.53 |
| Hex | 3E | 6C | CE | 46 | 30 | 0 | 13 | DD | 3C | 35 |
| Octal | 76 | 154 | 316 | 106 | 60 | 0 | 23 | 335 | 74 | 65 |
| Binary | 111110 | 1101100 | 11001110 | 1000110 | 110000 | 0 | 10011 | 11011101 | 111100 | 110101 |
Color Harmonies of #3E6CCE
Complementary color
Monochromatic Colors of #3E6CCE
Black with #3E6CCE
Text Example
Text Example
White with #3E6CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6CCE; }
p { color: rgb(62,108,206); }
H1.HeaderClassName
{
color: #3E6CCE;
}
.AnyTagClassName
{
color: #3E6CCE;
}
</style>
background-color css
<style>
a { background-color: #3E6CCE; }
a { background-color: rgb(62,108,206); }
div.DivClassName
{
background-color: #3E6CCE;
}
.BgClassName
{
background-color: #3E6CCE;
}
</style>
border-color css
<style>
span { border-color: #3E6CCE; }
span { border-color: rgb(62,108,206); }
td.TdClassName
{
border-color: #3E6CCE;
}
.TagClassName
{
border-color: #3E6CCE;
}
</style>