Shades of Royal Blue #3A73CE
Tints of Royal Blue #3A73CE
RGB
CMYK
RGB Variations
Color information
#3A73CE (or 0x3A73CE) is known color: Royal Blue. HEX triplet: 3A, 73 and CE. RGB value is (58,115,206). Sum of RGB (Red+Green+Blue) = 58+115+206=379 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.30% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #3A73CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A73CE is #C58C31. Grayscale: #6B6B6B. Windows color (decimal): -12946482 or 13529914. OLE color: 13529914.
HSL color Cylindrical-coordinate representation of color #3A73CE: hue angle of 216.89º 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 #3A73CE is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 115 | 206 | - |
| CMYK | 0.72 | 0.44 | 0 | 0.19 |
| HSL | 216.89º | 0.6% | 0.52% | - |
| HSV(B) | 216.89º | 0.72% | 0.81% | - |
| XYZ | 19.02 | 17.62 | 60.79 | - |
| YUV | 108.33 | 183.12 | 92.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 115 | 206 | 0.72 | 0.44 | 0 | 0.19 | 216.89 | 0.6 | 0.52 |
| Hex | 3A | 73 | CE | 48 | 2C | 0 | 13 | D9 | 3C | 34 |
| Octal | 72 | 163 | 316 | 110 | 54 | 0 | 23 | 331 | 74 | 64 |
| Binary | 111010 | 1110011 | 11001110 | 1001000 | 101100 | 0 | 10011 | 11011001 | 111100 | 110100 |
Color Harmonies of #3A73CE
Complementary color
Monochromatic Colors of #3A73CE
Black with #3A73CE
Text Example
Text Example
White with #3A73CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A73CE; }
p { color: rgb(58,115,206); }
H1.HeaderClassName
{
color: #3A73CE;
}
.AnyTagClassName
{
color: #3A73CE;
}
</style>
background-color css
<style>
a { background-color: #3A73CE; }
a { background-color: rgb(58,115,206); }
div.DivClassName
{
background-color: #3A73CE;
}
.BgClassName
{
background-color: #3A73CE;
}
</style>
border-color css
<style>
span { border-color: #3A73CE; }
span { border-color: rgb(58,115,206); }
td.TdClassName
{
border-color: #3A73CE;
}
.TagClassName
{
border-color: #3A73CE;
}
</style>