Shades of Royal Blue #3A6ECC
Tints of Royal Blue #3A6ECC
RGB
CMYK
RGB Variations
Color information
#3A6ECC (or 0x3A6ECC) is known color: Royal Blue. HEX triplet: 3A, 6E and CC. RGB value is (58,110,204). Sum of RGB (Red+Green+Blue) = 58+110+204=372 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.59% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A6ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6ECC is #C59133. Grayscale: #686868. Windows color (decimal): -12947764 or 13397562. OLE color: 13397562.
HSL color Cylindrical-coordinate representation of color #3A6ECC: hue angle of 218.63º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A6ECC is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 110 | 204 | - |
| CMYK | 0.72 | 0.46 | 0 | 0.2 |
| HSL | 218.63º | 0.59% | 0.51% | - |
| HSV(B) | 218.63º | 0.72% | 0.8% | - |
| XYZ | 18.22 | 16.41 | 59.33 | - |
| YUV | 105.17 | 183.77 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 110 | 204 | 0.72 | 0.46 | 0 | 0.2 | 218.63 | 0.59 | 0.51 |
| Hex | 3A | 6E | CC | 48 | 2E | 0 | 14 | DB | 3B | 33 |
| Octal | 72 | 156 | 314 | 110 | 56 | 0 | 24 | 333 | 73 | 63 |
| Binary | 111010 | 1101110 | 11001100 | 1001000 | 101110 | 0 | 10100 | 11011011 | 111011 | 110011 |
Color Harmonies of #3A6ECC
Complementary color
Monochromatic Colors of #3A6ECC
Black with #3A6ECC
Text Example
Text Example
White with #3A6ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6ECC; }
p { color: rgb(58,110,204); }
H1.HeaderClassName
{
color: #3A6ECC;
}
.AnyTagClassName
{
color: #3A6ECC;
}
</style>
background-color css
<style>
a { background-color: #3A6ECC; }
a { background-color: rgb(58,110,204); }
div.DivClassName
{
background-color: #3A6ECC;
}
.BgClassName
{
background-color: #3A6ECC;
}
</style>
border-color css
<style>
span { border-color: #3A6ECC; }
span { border-color: rgb(58,110,204); }
td.TdClassName
{
border-color: #3A6ECC;
}
.TagClassName
{
border-color: #3A6ECC;
}
</style>