Shades of Royal Blue #3E75CE
Tints of Royal Blue #3E75CE
RGB
CMYK
RGB Variations
Color information
#3E75CE (or 0x3E75CE) is known color: Royal Blue. HEX triplet: 3E, 75 and CE. RGB value is (62,117,206). Sum of RGB (Red+Green+Blue) = 62+117+206=385 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.10% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #3E75CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E75CE is #C18A31. Grayscale: #6E6E6E. Windows color (decimal): -12683826 or 13530430. OLE color: 13530430.
HSL color Cylindrical-coordinate representation of color #3E75CE: hue angle of 217.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 #3E75CE is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 117 | 206 | - |
| CMYK | 0.70 | 0.43 | 0 | 0.19 |
| HSL | 217.08º | 0.6% | 0.53% | - |
| HSV(B) | 217.08º | 0.7% | 0.81% | - |
| XYZ | 19.49 | 18.2 | 60.88 | - |
| YUV | 110.7 | 181.78 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 117 | 206 | 0.70 | 0.43 | 0 | 0.19 | 217.08 | 0.6 | 0.53 |
| Hex | 3E | 75 | CE | 46 | 2B | 0 | 13 | D9 | 3C | 35 |
| Octal | 76 | 165 | 316 | 106 | 53 | 0 | 23 | 331 | 74 | 65 |
| Binary | 111110 | 1110101 | 11001110 | 1000110 | 101011 | 0 | 10011 | 11011001 | 111100 | 110101 |
Color Harmonies of #3E75CE
Complementary color
Monochromatic Colors of #3E75CE
Black with #3E75CE
Text Example
Text Example
White with #3E75CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E75CE; }
p { color: rgb(62,117,206); }
H1.HeaderClassName
{
color: #3E75CE;
}
.AnyTagClassName
{
color: #3E75CE;
}
</style>
background-color css
<style>
a { background-color: #3E75CE; }
a { background-color: rgb(62,117,206); }
div.DivClassName
{
background-color: #3E75CE;
}
.BgClassName
{
background-color: #3E75CE;
}
</style>
border-color css
<style>
span { border-color: #3E75CE; }
span { border-color: rgb(62,117,206); }
td.TdClassName
{
border-color: #3E75CE;
}
.TagClassName
{
border-color: #3E75CE;
}
</style>