Shades of Royal Blue #3A6ACD
Tints of Royal Blue #3A6ACD
RGB
CMYK
RGB Variations
Color information
#3A6ACD (or 0x3A6ACD) is known color: Royal Blue. HEX triplet: 3A, 6A and CD. RGB value is (58,106,205). Sum of RGB (Red+Green+Blue) = 58+106+205=369 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.72% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 205 (80.47% from 255 or 55.56% from 369); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A6ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6ACD is #C59532. Grayscale: #666666. Windows color (decimal): -12948787 or 13462074. OLE color: 13462074.
HSL color Cylindrical-coordinate representation of color #3A6ACD: hue angle of 220.41º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A6ACD is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 106 | 205 | - |
| CMYK | 0.72 | 0.48 | 0 | 0.20 |
| HSL | 220.41º | 0.6% | 0.52% | - |
| HSV(B) | 220.41º | 0.72% | 0.8% | - |
| XYZ | 17.92 | 15.62 | 59.83 | - |
| YUV | 102.93 | 185.6 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 106 | 205 | 0.72 | 0.48 | 0 | 0.20 | 220.41 | 0.6 | 0.52 |
| Hex | 3A | 6A | CD | 48 | 30 | 0 | 14 | DC | 3C | 34 |
| Octal | 72 | 152 | 315 | 110 | 60 | 0 | 24 | 334 | 74 | 64 |
| Binary | 111010 | 1101010 | 11001101 | 1001000 | 110000 | 0 | 10100 | 11011100 | 111100 | 110100 |
Color Harmonies of #3A6ACD
Complementary color
Monochromatic Colors of #3A6ACD
Black with #3A6ACD
Text Example
Text Example
White with #3A6ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6ACD; }
p { color: rgb(58,106,205); }
H1.HeaderClassName
{
color: #3A6ACD;
}
.AnyTagClassName
{
color: #3A6ACD;
}
</style>
background-color css
<style>
a { background-color: #3A6ACD; }
a { background-color: rgb(58,106,205); }
div.DivClassName
{
background-color: #3A6ACD;
}
.BgClassName
{
background-color: #3A6ACD;
}
</style>
border-color css
<style>
span { border-color: #3A6ACD; }
span { border-color: rgb(58,106,205); }
td.TdClassName
{
border-color: #3A6ACD;
}
.TagClassName
{
border-color: #3A6ACD;
}
</style>