Shades of Royal Blue #3A6DCA
Tints of Royal Blue #3A6DCA
RGB
CMYK
RGB Variations
Color information
#3A6DCA (or 0x3A6DCA) is known color: Royal Blue. HEX triplet: 3A, 6D and CA. RGB value is (58,109,202). Sum of RGB (Red+Green+Blue) = 58+109+202=369 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.72% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 202 (79.30% from 255 or 54.74% from 369); Max value from RGB is 202 - color contains mainly: blue. Hex color #3A6DCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6DCA is #C59235. Grayscale: #676767. Windows color (decimal): -12948022 or 13266234. OLE color: 13266234.
HSL color Cylindrical-coordinate representation of color #3A6DCA: hue angle of 218.75º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A6DCA is Cyan = 0.71, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 58 | 109 | 202 | - |
| CMYK | 0.71 | 0.46 | 0 | 0.21 |
| HSL | 218.75º | 0.58% | 0.51% | - |
| HSV(B) | 218.75º | 0.71% | 0.79% | - |
| XYZ | 17.87 | 16.1 | 58.04 | - |
| YUV | 104.35 | 183.1 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 109 | 202 | 0.71 | 0.46 | 0 | 0.21 | 218.75 | 0.58 | 0.51 |
| Hex | 3A | 6D | CA | 47 | 2E | 0 | 15 | DB | 3A | 33 |
| Octal | 72 | 155 | 312 | 107 | 56 | 0 | 25 | 333 | 72 | 63 |
| Binary | 111010 | 1101101 | 11001010 | 1000111 | 101110 | 0 | 10101 | 11011011 | 111010 | 110011 |
Color Harmonies of #3A6DCA
Complementary color
Monochromatic Colors of #3A6DCA
Black with #3A6DCA
Text Example
Text Example
White with #3A6DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6DCA; }
p { color: rgb(58,109,202); }
H1.HeaderClassName
{
color: #3A6DCA;
}
.AnyTagClassName
{
color: #3A6DCA;
}
</style>
background-color css
<style>
a { background-color: #3A6DCA; }
a { background-color: rgb(58,109,202); }
div.DivClassName
{
background-color: #3A6DCA;
}
.BgClassName
{
background-color: #3A6DCA;
}
</style>
border-color css
<style>
span { border-color: #3A6DCA; }
span { border-color: rgb(58,109,202); }
td.TdClassName
{
border-color: #3A6DCA;
}
.TagClassName
{
border-color: #3A6DCA;
}
</style>