Shades of Royal Blue #3A72F9
Tints of Royal Blue #3A72F9
RGB
CMYK
RGB Variations
Color information
#3A72F9 (or 0x3A72F9) is known color: Royal Blue. HEX triplet: 3A, 72 and F9. RGB value is (58,114,249). Sum of RGB (Red+Green+Blue) = 58+114+249=421 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.78% from 421); Green value is 114 (44.92% from 255 or 27.08% from 421); Blue value is 249 (97.66% from 255 or 59.14% from 421); Max value from RGB is 249 - color contains mainly: blue. Hex color #3A72F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A72F9 is #C58D06. Grayscale: #707070. Windows color (decimal): -12946695 or 16347706. OLE color: 16347706.
HSL color Cylindrical-coordinate representation of color #3A72F9: hue angle of 222.41º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A72F9 is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 114 | 249 | - |
| CMYK | 0.77 | 0.54 | 0 | 0.02 |
| HSL | 222.41º | 0.94% | 0.6% | - |
| HSV(B) | 222.41º | 0.77% | 0.98% | - |
| XYZ | 24.86 | 19.77 | 92.13 | - |
| YUV | 112.65 | 204.95 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 114 | 249 | 0.77 | 0.54 | 0 | 0.02 | 222.41 | 0.94 | 0.6 |
| Hex | 3A | 72 | F9 | 4D | 36 | 0 | 2 | DE | 5E | 3C |
| Octal | 72 | 162 | 371 | 115 | 66 | 0 | 2 | 336 | 136 | 74 |
| Binary | 111010 | 1110010 | 11111001 | 1001101 | 110110 | 0 | 10 | 11011110 | 1011110 | 111100 |
Color Harmonies of #3A72F9
Complementary color
Monochromatic Colors of #3A72F9
Black with #3A72F9
Text Example
Text Example
White with #3A72F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A72F9; }
p { color: rgb(58,114,249); }
H1.HeaderClassName
{
color: #3A72F9;
}
.AnyTagClassName
{
color: #3A72F9;
}
</style>
background-color css
<style>
a { background-color: #3A72F9; }
a { background-color: rgb(58,114,249); }
div.DivClassName
{
background-color: #3A72F9;
}
.BgClassName
{
background-color: #3A72F9;
}
</style>
border-color css
<style>
span { border-color: #3A72F9; }
span { border-color: rgb(58,114,249); }
td.TdClassName
{
border-color: #3A72F9;
}
.TagClassName
{
border-color: #3A72F9;
}
</style>