Shades of Royal Blue #3A6BEF
Tints of Royal Blue #3A6BEF
RGB
CMYK
RGB Variations
Color information
#3A6BEF (or 0x3A6BEF) is known color: Royal Blue. HEX triplet: 3A, 6B and EF. RGB value is (58,107,239). Sum of RGB (Red+Green+Blue) = 58+107+239=404 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.36% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 239 (93.75% from 255 or 59.16% from 404); Max value from RGB is 239 - color contains mainly: blue. Hex color #3A6BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A6BEF is #C59410. Grayscale: #6A6A6A. Windows color (decimal): -12948497 or 15690554. OLE color: 15690554.
HSL color Cylindrical-coordinate representation of color #3A6BEF: hue angle of 223.76º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A6BEF is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 107 | 239 | - |
| CMYK | 0.76 | 0.55 | 0 | 0.06 |
| HSL | 223.76º | 0.85% | 0.58% | - |
| HSV(B) | 223.76º | 0.76% | 0.94% | - |
| XYZ | 22.58 | 17.65 | 83.88 | - |
| YUV | 107.4 | 202.27 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 107 | 239 | 0.76 | 0.55 | 0 | 0.06 | 223.76 | 0.85 | 0.58 |
| Hex | 3A | 6B | EF | 4C | 37 | 0 | 6 | E0 | 55 | 3A |
| Octal | 72 | 153 | 357 | 114 | 67 | 0 | 6 | 340 | 125 | 72 |
| Binary | 111010 | 1101011 | 11101111 | 1001100 | 110111 | 0 | 110 | 11100000 | 1010101 | 111010 |
Color Harmonies of #3A6BEF
Complementary color
Monochromatic Colors of #3A6BEF
Black with #3A6BEF
Text Example
Text Example
White with #3A6BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6BEF; }
p { color: rgb(58,107,239); }
H1.HeaderClassName
{
color: #3A6BEF;
}
.AnyTagClassName
{
color: #3A6BEF;
}
</style>
background-color css
<style>
a { background-color: #3A6BEF; }
a { background-color: rgb(58,107,239); }
div.DivClassName
{
background-color: #3A6BEF;
}
.BgClassName
{
background-color: #3A6BEF;
}
</style>
border-color css
<style>
span { border-color: #3A6BEF; }
span { border-color: rgb(58,107,239); }
td.TdClassName
{
border-color: #3A6BEF;
}
.TagClassName
{
border-color: #3A6BEF;
}
</style>