Shades of Royal Blue #3A73CA
Tints of Royal Blue #3A73CA
RGB
CMYK
RGB Variations
Color information
#3A73CA (or 0x3A73CA) is known color: Royal Blue. HEX triplet: 3A, 73 and CA. RGB value is (58,115,202). Sum of RGB (Red+Green+Blue) = 58+115+202=375 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.47% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 202 (79.30% from 255 or 53.87% from 375); Max value from RGB is 202 - color contains mainly: blue. Hex color #3A73CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A73CA is #C58C35. Grayscale: #6B6B6B. Windows color (decimal): -12946486 or 13267770. OLE color: 13267770.
HSL color Cylindrical-coordinate representation of color #3A73CA: hue angle of 216.25º 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 #3A73CA is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 58 | 115 | 202 | - |
| CMYK | 0.71 | 0.43 | 0 | 0.21 |
| HSL | 216.25º | 0.58% | 0.51% | - |
| HSV(B) | 216.25º | 0.71% | 0.79% | - |
| XYZ | 18.54 | 17.43 | 58.26 | - |
| YUV | 107.88 | 181.12 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 115 | 202 | 0.71 | 0.43 | 0 | 0.21 | 216.25 | 0.58 | 0.51 |
| Hex | 3A | 73 | CA | 47 | 2B | 0 | 15 | D8 | 3A | 33 |
| Octal | 72 | 163 | 312 | 107 | 53 | 0 | 25 | 330 | 72 | 63 |
| Binary | 111010 | 1110011 | 11001010 | 1000111 | 101011 | 0 | 10101 | 11011000 | 111010 | 110011 |
Color Harmonies of #3A73CA
Complementary color
Monochromatic Colors of #3A73CA
Black with #3A73CA
Text Example
Text Example
White with #3A73CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A73CA; }
p { color: rgb(58,115,202); }
H1.HeaderClassName
{
color: #3A73CA;
}
.AnyTagClassName
{
color: #3A73CA;
}
</style>
background-color css
<style>
a { background-color: #3A73CA; }
a { background-color: rgb(58,115,202); }
div.DivClassName
{
background-color: #3A73CA;
}
.BgClassName
{
background-color: #3A73CA;
}
</style>
border-color css
<style>
span { border-color: #3A73CA; }
span { border-color: rgb(58,115,202); }
td.TdClassName
{
border-color: #3A73CA;
}
.TagClassName
{
border-color: #3A73CA;
}
</style>