Shades of Royal Blue #3E6DC8
Tints of Royal Blue #3E6DC8
RGB
CMYK
RGB Variations
Color information
#3E6DC8 (or 0x3E6DC8) is known color: Royal Blue. HEX triplet: 3E, 6D and C8. RGB value is (62,109,200). Sum of RGB (Red+Green+Blue) = 62+109+200=371 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.71% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 200 (78.52% from 255 or 53.91% from 371); Max value from RGB is 200 - color contains mainly: blue. Hex color #3E6DC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E6DC8 is #C19237. Grayscale: #686868. Windows color (decimal): -12685880 or 13135166. OLE color: 13135166.
HSL color Cylindrical-coordinate representation of color #3E6DC8: hue angle of 219.57º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E6DC8 is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 62 | 109 | 200 | - |
| CMYK | 0.69 | 0.46 | 0 | 0.22 |
| HSL | 219.57º | 0.56% | 0.51% | - |
| HSV(B) | 219.57º | 0.69% | 0.78% | - |
| XYZ | 17.88 | 16.13 | 56.81 | - |
| YUV | 105.32 | 181.43 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 109 | 200 | 0.69 | 0.46 | 0 | 0.22 | 219.57 | 0.56 | 0.51 |
| Hex | 3E | 6D | C8 | 45 | 2E | 0 | 16 | DC | 38 | 33 |
| Octal | 76 | 155 | 310 | 105 | 56 | 0 | 26 | 334 | 70 | 63 |
| Binary | 111110 | 1101101 | 11001000 | 1000101 | 101110 | 0 | 10110 | 11011100 | 111000 | 110011 |
Color Harmonies of #3E6DC8
Complementary color
Monochromatic Colors of #3E6DC8
Black with #3E6DC8
Text Example
Text Example
White with #3E6DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6DC8; }
p { color: rgb(62,109,200); }
H1.HeaderClassName
{
color: #3E6DC8;
}
.AnyTagClassName
{
color: #3E6DC8;
}
</style>
background-color css
<style>
a { background-color: #3E6DC8; }
a { background-color: rgb(62,109,200); }
div.DivClassName
{
background-color: #3E6DC8;
}
.BgClassName
{
background-color: #3E6DC8;
}
</style>
border-color css
<style>
span { border-color: #3E6DC8; }
span { border-color: rgb(62,109,200); }
td.TdClassName
{
border-color: #3E6DC8;
}
.TagClassName
{
border-color: #3E6DC8;
}
</style>