Shades of Royal Blue #3A7CEB
Tints of Royal Blue #3A7CEB
RGB
CMYK
RGB Variations
Color information
#3A7CEB (or 0x3A7CEB) is known color: Royal Blue. HEX triplet: 3A, 7C and EB. RGB value is (58,124,235). Sum of RGB (Red+Green+Blue) = 58+124+235=417 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.91% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 235 (92.19% from 255 or 56.35% from 417); Max value from RGB is 235 - color contains mainly: blue. Hex color #3A7CEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A7CEB is #C58314. Grayscale: #747474. Windows color (decimal): -12944149 or 15432762. OLE color: 15432762.
HSL color Cylindrical-coordinate representation of color #3A7CEB: hue angle of 217.63º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A7CEB is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 58 | 124 | 235 | - |
| CMYK | 0.75 | 0.47 | 0 | 0.08 |
| HSL | 217.63º | 0.82% | 0.57% | - |
| HSV(B) | 217.63º | 0.75% | 0.92% | - |
| XYZ | 23.95 | 21.31 | 81.45 | - |
| YUV | 116.92 | 194.63 | 85.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 124 | 235 | 0.75 | 0.47 | 0 | 0.08 | 217.63 | 0.82 | 0.57 |
| Hex | 3A | 7C | EB | 4B | 2F | 0 | 8 | DA | 52 | 39 |
| Octal | 72 | 174 | 353 | 113 | 57 | 0 | 10 | 332 | 122 | 71 |
| Binary | 111010 | 1111100 | 11101011 | 1001011 | 101111 | 0 | 1000 | 11011010 | 1010010 | 111001 |
Color Harmonies of #3A7CEB
Complementary color
Monochromatic Colors of #3A7CEB
Black with #3A7CEB
Text Example
Text Example
White with #3A7CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7CEB; }
p { color: rgb(58,124,235); }
H1.HeaderClassName
{
color: #3A7CEB;
}
.AnyTagClassName
{
color: #3A7CEB;
}
</style>
background-color css
<style>
a { background-color: #3A7CEB; }
a { background-color: rgb(58,124,235); }
div.DivClassName
{
background-color: #3A7CEB;
}
.BgClassName
{
background-color: #3A7CEB;
}
</style>
border-color css
<style>
span { border-color: #3A7CEB; }
span { border-color: rgb(58,124,235); }
td.TdClassName
{
border-color: #3A7CEB;
}
.TagClassName
{
border-color: #3A7CEB;
}
</style>