Shades of Royal Blue #3A7CDD
Tints of Royal Blue #3A7CDD
RGB
CMYK
RGB Variations
Color information
#3A7CDD (or 0x3A7CDD) is known color: Royal Blue. HEX triplet: 3A, 7C and DD. RGB value is (58,124,221). Sum of RGB (Red+Green+Blue) = 58+124+221=403 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.39% from 403); Green value is 124 (48.83% from 255 or 30.77% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #3A7CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A7CDD is #C58322. Grayscale: #727272. Windows color (decimal): -12944163 or 14515258. OLE color: 14515258.
HSL color Cylindrical-coordinate representation of color #3A7CDD: hue angle of 215.71º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A7CDD is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 124 | 221 | - |
| CMYK | 0.74 | 0.44 | 0 | 0.13 |
| HSL | 215.71º | 0.71% | 0.55% | - |
| HSV(B) | 215.71º | 0.74% | 0.87% | - |
| XYZ | 22 | 20.54 | 71.21 | - |
| YUV | 115.32 | 187.63 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 124 | 221 | 0.74 | 0.44 | 0 | 0.13 | 215.71 | 0.71 | 0.55 |
| Hex | 3A | 7C | DD | 4A | 2C | 0 | D | D8 | 47 | 37 |
| Octal | 72 | 174 | 335 | 112 | 54 | 0 | 15 | 330 | 107 | 67 |
| Binary | 111010 | 1111100 | 11011101 | 1001010 | 101100 | 0 | 1101 | 11011000 | 1000111 | 110111 |
Color Harmonies of #3A7CDD
Complementary color
Monochromatic Colors of #3A7CDD
Black with #3A7CDD
Text Example
Text Example
White with #3A7CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7CDD; }
p { color: rgb(58,124,221); }
H1.HeaderClassName
{
color: #3A7CDD;
}
.AnyTagClassName
{
color: #3A7CDD;
}
</style>
background-color css
<style>
a { background-color: #3A7CDD; }
a { background-color: rgb(58,124,221); }
div.DivClassName
{
background-color: #3A7CDD;
}
.BgClassName
{
background-color: #3A7CDD;
}
</style>
border-color css
<style>
span { border-color: #3A7CDD; }
span { border-color: rgb(58,124,221); }
td.TdClassName
{
border-color: #3A7CDD;
}
.TagClassName
{
border-color: #3A7CDD;
}
</style>