Shades of Royal Blue #3A6CCD
Tints of Royal Blue #3A6CCD
RGB
CMYK
RGB Variations
Color information
#3A6CCD (or 0x3A6CCD) is known color: Royal Blue. HEX triplet: 3A, 6C and CD. RGB value is (58,108,205). Sum of RGB (Red+Green+Blue) = 58+108+205=371 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.63% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 205 (80.47% from 255 or 55.26% from 371); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A6CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6CCD is #C59332. Grayscale: #676767. Windows color (decimal): -12948275 or 13462586. OLE color: 13462586.
HSL color Cylindrical-coordinate representation of color #3A6CCD: hue angle of 219.59º 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 #3A6CCD is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 108 | 205 | - |
| CMYK | 0.72 | 0.47 | 0 | 0.20 |
| HSL | 219.59º | 0.6% | 0.52% | - |
| HSV(B) | 219.59º | 0.72% | 0.8% | - |
| XYZ | 18.13 | 16.03 | 59.9 | - |
| YUV | 104.11 | 184.94 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 108 | 205 | 0.72 | 0.47 | 0 | 0.20 | 219.59 | 0.6 | 0.52 |
| Hex | 3A | 6C | CD | 48 | 2F | 0 | 14 | DC | 3C | 34 |
| Octal | 72 | 154 | 315 | 110 | 57 | 0 | 24 | 334 | 74 | 64 |
| Binary | 111010 | 1101100 | 11001101 | 1001000 | 101111 | 0 | 10100 | 11011100 | 111100 | 110100 |
Color Harmonies of #3A6CCD
Complementary color
Monochromatic Colors of #3A6CCD
Black with #3A6CCD
Text Example
Text Example
White with #3A6CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6CCD; }
p { color: rgb(58,108,205); }
H1.HeaderClassName
{
color: #3A6CCD;
}
.AnyTagClassName
{
color: #3A6CCD;
}
</style>
background-color css
<style>
a { background-color: #3A6CCD; }
a { background-color: rgb(58,108,205); }
div.DivClassName
{
background-color: #3A6CCD;
}
.BgClassName
{
background-color: #3A6CCD;
}
</style>
border-color css
<style>
span { border-color: #3A6CCD; }
span { border-color: rgb(58,108,205); }
td.TdClassName
{
border-color: #3A6CCD;
}
.TagClassName
{
border-color: #3A6CCD;
}
</style>