Shades of Royal Blue #3E6DCB
Tints of Royal Blue #3E6DCB
RGB
CMYK
RGB Variations
Color information
#3E6DCB (or 0x3E6DCB) is known color: Royal Blue. HEX triplet: 3E, 6D and CB. RGB value is (62,109,203). Sum of RGB (Red+Green+Blue) = 62+109+203=374 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.58% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 203 (79.69% from 255 or 54.28% from 374); Max value from RGB is 203 - color contains mainly: blue. Hex color #3E6DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E6DCB is #C19234. Grayscale: #696969. Windows color (decimal): -12685877 or 13331774. OLE color: 13331774.
HSL color Cylindrical-coordinate representation of color #3E6DCB: hue angle of 220º 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 #3E6DCB is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 109 | 203 | - |
| CMYK | 0.69 | 0.46 | 0 | 0.20 |
| HSL | 220º | 0.58% | 0.52% | - |
| HSV(B) | 220º | 0.69% | 0.8% | - |
| XYZ | 18.23 | 16.27 | 58.68 | - |
| YUV | 105.66 | 182.93 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 109 | 203 | 0.69 | 0.46 | 0 | 0.20 | 220 | 0.58 | 0.52 |
| Hex | 3E | 6D | CB | 45 | 2E | 0 | 14 | DC | 3A | 34 |
| Octal | 76 | 155 | 313 | 105 | 56 | 0 | 24 | 334 | 72 | 64 |
| Binary | 111110 | 1101101 | 11001011 | 1000101 | 101110 | 0 | 10100 | 11011100 | 111010 | 110100 |
Color Harmonies of #3E6DCB
Complementary color
Monochromatic Colors of #3E6DCB
Black with #3E6DCB
Text Example
Text Example
White with #3E6DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6DCB; }
p { color: rgb(62,109,203); }
H1.HeaderClassName
{
color: #3E6DCB;
}
.AnyTagClassName
{
color: #3E6DCB;
}
</style>
background-color css
<style>
a { background-color: #3E6DCB; }
a { background-color: rgb(62,109,203); }
div.DivClassName
{
background-color: #3E6DCB;
}
.BgClassName
{
background-color: #3E6DCB;
}
</style>
border-color css
<style>
span { border-color: #3E6DCB; }
span { border-color: rgb(62,109,203); }
td.TdClassName
{
border-color: #3E6DCB;
}
.TagClassName
{
border-color: #3E6DCB;
}
</style>