Shades of Royal Blue #3A6DCE
Tints of Royal Blue #3A6DCE
RGB
CMYK
RGB Variations
Color information
#3A6DCE (or 0x3A6DCE) is known color: Royal Blue. HEX triplet: 3A, 6D and CE. RGB value is (58,109,206). Sum of RGB (Red+Green+Blue) = 58+109+206=373 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.55% from 373); Green value is 109 (42.97% from 255 or 29.22% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #3A6DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6DCE is #C59231. Grayscale: #686868. Windows color (decimal): -12948018 or 13528378. OLE color: 13528378.
HSL color Cylindrical-coordinate representation of color #3A6DCE: hue angle of 219.32º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A6DCE is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 109 | 206 | - |
| CMYK | 0.72 | 0.47 | 0 | 0.19 |
| HSL | 219.32º | 0.6% | 0.52% | - |
| HSV(B) | 219.32º | 0.72% | 0.81% | - |
| XYZ | 18.35 | 16.29 | 60.57 | - |
| YUV | 104.81 | 185.1 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 109 | 206 | 0.72 | 0.47 | 0 | 0.19 | 219.32 | 0.6 | 0.52 |
| Hex | 3A | 6D | CE | 48 | 2F | 0 | 13 | DB | 3C | 34 |
| Octal | 72 | 155 | 316 | 110 | 57 | 0 | 23 | 333 | 74 | 64 |
| Binary | 111010 | 1101101 | 11001110 | 1001000 | 101111 | 0 | 10011 | 11011011 | 111100 | 110100 |
Color Harmonies of #3A6DCE
Complementary color
Monochromatic Colors of #3A6DCE
Black with #3A6DCE
Text Example
Text Example
White with #3A6DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6DCE; }
p { color: rgb(58,109,206); }
H1.HeaderClassName
{
color: #3A6DCE;
}
.AnyTagClassName
{
color: #3A6DCE;
}
</style>
background-color css
<style>
a { background-color: #3A6DCE; }
a { background-color: rgb(58,109,206); }
div.DivClassName
{
background-color: #3A6DCE;
}
.BgClassName
{
background-color: #3A6DCE;
}
</style>
border-color css
<style>
span { border-color: #3A6DCE; }
span { border-color: rgb(58,109,206); }
td.TdClassName
{
border-color: #3A6DCE;
}
.TagClassName
{
border-color: #3A6DCE;
}
</style>