Shades of Royal Blue #3A72DD
Tints of Royal Blue #3A72DD
RGB
CMYK
RGB Variations
Color information
#3A72DD (or 0x3A72DD) is known color: Royal Blue. HEX triplet: 3A, 72 and DD. RGB value is (58,114,221). Sum of RGB (Red+Green+Blue) = 58+114+221=393 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.76% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #3A72DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A72DD is #C58D22. Grayscale: #6C6C6C. Windows color (decimal): -12946723 or 14512698. OLE color: 14512698.
HSL color Cylindrical-coordinate representation of color #3A72DD: hue angle of 219.39º 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 #3A72DD is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 114 | 221 | - |
| CMYK | 0.74 | 0.48 | 0 | 0.13 |
| HSL | 219.39º | 0.71% | 0.55% | - |
| HSV(B) | 219.39º | 0.74% | 0.87% | - |
| XYZ | 20.81 | 18.15 | 70.81 | - |
| YUV | 109.45 | 190.95 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 114 | 221 | 0.74 | 0.48 | 0 | 0.13 | 219.39 | 0.71 | 0.55 |
| Hex | 3A | 72 | DD | 4A | 30 | 0 | D | DB | 47 | 37 |
| Octal | 72 | 162 | 335 | 112 | 60 | 0 | 15 | 333 | 107 | 67 |
| Binary | 111010 | 1110010 | 11011101 | 1001010 | 110000 | 0 | 1101 | 11011011 | 1000111 | 110111 |
Color Harmonies of #3A72DD
Complementary color
Monochromatic Colors of #3A72DD
Black with #3A72DD
Text Example
Text Example
White with #3A72DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A72DD; }
p { color: rgb(58,114,221); }
H1.HeaderClassName
{
color: #3A72DD;
}
.AnyTagClassName
{
color: #3A72DD;
}
</style>
background-color css
<style>
a { background-color: #3A72DD; }
a { background-color: rgb(58,114,221); }
div.DivClassName
{
background-color: #3A72DD;
}
.BgClassName
{
background-color: #3A72DD;
}
</style>
border-color css
<style>
span { border-color: #3A72DD; }
span { border-color: rgb(58,114,221); }
td.TdClassName
{
border-color: #3A72DD;
}
.TagClassName
{
border-color: #3A72DD;
}
</style>