Shades of Royal Blue #3A75F8
Tints of Royal Blue #3A75F8
RGB
CMYK
RGB Variations
Color information
#3A75F8 (or 0x3A75F8) is known color: Royal Blue. HEX triplet: 3A, 75 and F8. RGB value is (58,117,248). Sum of RGB (Red+Green+Blue) = 58+117+248=423 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.71% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 248 (97.27% from 255 or 58.63% from 423); Max value from RGB is 248 - color contains mainly: blue. Hex color #3A75F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A75F8 is #C58A07. Grayscale: #717171. Windows color (decimal): -12945928 or 16282938. OLE color: 16282938.
HSL color Cylindrical-coordinate representation of color #3A75F8: hue angle of 221.37º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A75F8 is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 117 | 248 | - |
| CMYK | 0.77 | 0.53 | 0 | 0.03 |
| HSL | 221.37º | 0.93% | 0.6% | - |
| HSV(B) | 221.37º | 0.77% | 0.97% | - |
| XYZ | 25.05 | 20.4 | 91.42 | - |
| YUV | 114.29 | 203.45 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 117 | 248 | 0.77 | 0.53 | 0 | 0.03 | 221.37 | 0.93 | 0.6 |
| Hex | 3A | 75 | F8 | 4D | 35 | 0 | 3 | DD | 5D | 3C |
| Octal | 72 | 165 | 370 | 115 | 65 | 0 | 3 | 335 | 135 | 74 |
| Binary | 111010 | 1110101 | 11111000 | 1001101 | 110101 | 0 | 11 | 11011101 | 1011101 | 111100 |
Color Harmonies of #3A75F8
Complementary color
Monochromatic Colors of #3A75F8
Black with #3A75F8
Text Example
Text Example
White with #3A75F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A75F8; }
p { color: rgb(58,117,248); }
H1.HeaderClassName
{
color: #3A75F8;
}
.AnyTagClassName
{
color: #3A75F8;
}
</style>
background-color css
<style>
a { background-color: #3A75F8; }
a { background-color: rgb(58,117,248); }
div.DivClassName
{
background-color: #3A75F8;
}
.BgClassName
{
background-color: #3A75F8;
}
</style>
border-color css
<style>
span { border-color: #3A75F8; }
span { border-color: rgb(58,117,248); }
td.TdClassName
{
border-color: #3A75F8;
}
.TagClassName
{
border-color: #3A75F8;
}
</style>