Shades of Royal Blue #3A6ECB
Tints of Royal Blue #3A6ECB
RGB
CMYK
RGB Variations
Color information
#3A6ECB (or 0x3A6ECB) is known color: Royal Blue. HEX triplet: 3A, 6E and CB. RGB value is (58,110,203). Sum of RGB (Red+Green+Blue) = 58+110+203=371 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.63% from 371); Green value is 110 (43.36% from 255 or 29.65% 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 #3A6ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6ECB is #C59134. Grayscale: #686868. Windows color (decimal): -12947765 or 13332026. OLE color: 13332026.
HSL color Cylindrical-coordinate representation of color #3A6ECB: hue angle of 218.48º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A6ECB is Cyan = 0.71, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 110 | 203 | - |
| CMYK | 0.71 | 0.46 | 0 | 0.20 |
| HSL | 218.48º | 0.58% | 0.51% | - |
| HSV(B) | 218.48º | 0.71% | 0.8% | - |
| XYZ | 18.1 | 16.36 | 58.7 | - |
| YUV | 105.05 | 183.27 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 110 | 203 | 0.71 | 0.46 | 0 | 0.20 | 218.48 | 0.58 | 0.51 |
| Hex | 3A | 6E | CB | 47 | 2E | 0 | 14 | DA | 3A | 33 |
| Octal | 72 | 156 | 313 | 107 | 56 | 0 | 24 | 332 | 72 | 63 |
| Binary | 111010 | 1101110 | 11001011 | 1000111 | 101110 | 0 | 10100 | 11011010 | 111010 | 110011 |
Color Harmonies of #3A6ECB
Complementary color
Monochromatic Colors of #3A6ECB
Black with #3A6ECB
Text Example
Text Example
White with #3A6ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6ECB; }
p { color: rgb(58,110,203); }
H1.HeaderClassName
{
color: #3A6ECB;
}
.AnyTagClassName
{
color: #3A6ECB;
}
</style>
background-color css
<style>
a { background-color: #3A6ECB; }
a { background-color: rgb(58,110,203); }
div.DivClassName
{
background-color: #3A6ECB;
}
.BgClassName
{
background-color: #3A6ECB;
}
</style>
border-color css
<style>
span { border-color: #3A6ECB; }
span { border-color: rgb(58,110,203); }
td.TdClassName
{
border-color: #3A6ECB;
}
.TagClassName
{
border-color: #3A6ECB;
}
</style>