Shades of Royal Blue #3E6ACB
Tints of Royal Blue #3E6ACB
RGB
CMYK
RGB Variations
Color information
#3E6ACB (or 0x3E6ACB) is known color: Royal Blue. HEX triplet: 3E, 6A and CB. RGB value is (62,106,203). Sum of RGB (Red+Green+Blue) = 62+106+203=371 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.71% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 203 (79.69% from 255 or 54.72% from 371); Max value from RGB is 203 - color contains mainly: blue. Hex color #3E6ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E6ACB is #C19534. Grayscale: #676767. Windows color (decimal): -12686645 or 13331006. OLE color: 13331006.
HSL color Cylindrical-coordinate representation of color #3E6ACB: hue angle of 221.28º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E6ACB is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 106 | 203 | - |
| CMYK | 0.69 | 0.48 | 0 | 0.20 |
| HSL | 221.28º | 0.58% | 0.52% | - |
| HSV(B) | 221.28º | 0.69% | 0.8% | - |
| XYZ | 17.92 | 15.64 | 58.58 | - |
| YUV | 103.9 | 183.92 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 106 | 203 | 0.69 | 0.48 | 0 | 0.20 | 221.28 | 0.58 | 0.52 |
| Hex | 3E | 6A | CB | 45 | 30 | 0 | 14 | DD | 3A | 34 |
| Octal | 76 | 152 | 313 | 105 | 60 | 0 | 24 | 335 | 72 | 64 |
| Binary | 111110 | 1101010 | 11001011 | 1000101 | 110000 | 0 | 10100 | 11011101 | 111010 | 110100 |
Color Harmonies of #3E6ACB
Complementary color
Monochromatic Colors of #3E6ACB
Black with #3E6ACB
Text Example
Text Example
White with #3E6ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6ACB; }
p { color: rgb(62,106,203); }
H1.HeaderClassName
{
color: #3E6ACB;
}
.AnyTagClassName
{
color: #3E6ACB;
}
</style>
background-color css
<style>
a { background-color: #3E6ACB; }
a { background-color: rgb(62,106,203); }
div.DivClassName
{
background-color: #3E6ACB;
}
.BgClassName
{
background-color: #3E6ACB;
}
</style>
border-color css
<style>
span { border-color: #3E6ACB; }
span { border-color: rgb(62,106,203); }
td.TdClassName
{
border-color: #3E6ACB;
}
.TagClassName
{
border-color: #3E6ACB;
}
</style>