Shades of Royal Blue #3A7BFC
Tints of Royal Blue #3A7BFC
RGB
CMYK
RGB Variations
Color information
#3A7BFC (or 0x3A7BFC) is known color: Royal Blue. HEX triplet: 3A, 7B and FC. RGB value is (58,123,252). Sum of RGB (Red+Green+Blue) = 58+123+252=433 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.39% from 433); Green value is 123 (48.44% from 255 or 28.41% from 433); Blue value is 252 (98.83% from 255 or 58.20% from 433); Max value from RGB is 252 - color contains mainly: blue. Hex color #3A7BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A7BFC is #C58403. Grayscale: #757575. Windows color (decimal): -12944388 or 16546618. OLE color: 16546618.
HSL color Cylindrical-coordinate representation of color #3A7BFC: hue angle of 219.9º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A7BFC is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 123 | 252 | - |
| CMYK | 0.77 | 0.51 | 0 | 0.01 |
| HSL | 219.9º | 0.97% | 0.61% | - |
| HSV(B) | 219.9º | 0.77% | 0.99% | - |
| XYZ | 26.4 | 22.09 | 94.97 | - |
| YUV | 118.27 | 203.47 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 123 | 252 | 0.77 | 0.51 | 0 | 0.01 | 219.9 | 0.97 | 0.61 |
| Hex | 3A | 7B | FC | 4D | 33 | 0 | 1 | DC | 61 | 3D |
| Octal | 72 | 173 | 374 | 115 | 63 | 0 | 1 | 334 | 141 | 75 |
| Binary | 111010 | 1111011 | 11111100 | 1001101 | 110011 | 0 | 1 | 11011100 | 1100001 | 111101 |
Color Harmonies of #3A7BFC
Complementary color
Monochromatic Colors of #3A7BFC
Black with #3A7BFC
Text Example
Text Example
White with #3A7BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7BFC; }
p { color: rgb(58,123,252); }
H1.HeaderClassName
{
color: #3A7BFC;
}
.AnyTagClassName
{
color: #3A7BFC;
}
</style>
background-color css
<style>
a { background-color: #3A7BFC; }
a { background-color: rgb(58,123,252); }
div.DivClassName
{
background-color: #3A7BFC;
}
.BgClassName
{
background-color: #3A7BFC;
}
</style>
border-color css
<style>
span { border-color: #3A7BFC; }
span { border-color: rgb(58,123,252); }
td.TdClassName
{
border-color: #3A7BFC;
}
.TagClassName
{
border-color: #3A7BFC;
}
</style>