Shades of Royal Blue #3A73CB
Tints of Royal Blue #3A73CB
RGB
CMYK
RGB Variations
Color information
#3A73CB (or 0x3A73CB) is known color: Royal Blue. HEX triplet: 3A, 73 and CB. RGB value is (58,115,203). Sum of RGB (Red+Green+Blue) = 58+115+203=376 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.43% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #3A73CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A73CB is #C58C34. Grayscale: #6B6B6B. Windows color (decimal): -12946485 or 13333306. OLE color: 13333306.
HSL color Cylindrical-coordinate representation of color #3A73CB: hue angle of 216.41º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A73CB is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 115 | 203 | - |
| CMYK | 0.71 | 0.43 | 0 | 0.20 |
| HSL | 216.41º | 0.58% | 0.51% | - |
| HSV(B) | 216.41º | 0.71% | 0.8% | - |
| XYZ | 18.66 | 17.47 | 58.89 | - |
| YUV | 107.99 | 181.62 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 115 | 203 | 0.71 | 0.43 | 0 | 0.20 | 216.41 | 0.58 | 0.51 |
| Hex | 3A | 73 | CB | 47 | 2B | 0 | 14 | D8 | 3A | 33 |
| Octal | 72 | 163 | 313 | 107 | 53 | 0 | 24 | 330 | 72 | 63 |
| Binary | 111010 | 1110011 | 11001011 | 1000111 | 101011 | 0 | 10100 | 11011000 | 111010 | 110011 |
Color Harmonies of #3A73CB
Complementary color
Monochromatic Colors of #3A73CB
Black with #3A73CB
Text Example
Text Example
White with #3A73CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A73CB; }
p { color: rgb(58,115,203); }
H1.HeaderClassName
{
color: #3A73CB;
}
.AnyTagClassName
{
color: #3A73CB;
}
</style>
background-color css
<style>
a { background-color: #3A73CB; }
a { background-color: rgb(58,115,203); }
div.DivClassName
{
background-color: #3A73CB;
}
.BgClassName
{
background-color: #3A73CB;
}
</style>
border-color css
<style>
span { border-color: #3A73CB; }
span { border-color: rgb(58,115,203); }
td.TdClassName
{
border-color: #3A73CB;
}
.TagClassName
{
border-color: #3A73CB;
}
</style>