Shades of Royal Blue #3A6CEB
Tints of Royal Blue #3A6CEB
RGB
CMYK
RGB Variations
Color information
#3A6CEB (or 0x3A6CEB) is known color: Royal Blue. HEX triplet: 3A, 6C and EB. RGB value is (58,108,235). Sum of RGB (Red+Green+Blue) = 58+108+235=401 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.46% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 235 (92.19% from 255 or 58.60% from 401); Max value from RGB is 235 - color contains mainly: blue. Hex color #3A6CEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A6CEB is #C59314. Grayscale: #6A6A6A. Windows color (decimal): -12948245 or 15428666. OLE color: 15428666.
HSL color Cylindrical-coordinate representation of color #3A6CEB: hue angle of 223.05º 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 #3A6CEB is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 58 | 108 | 235 | - |
| CMYK | 0.75 | 0.54 | 0 | 0.08 |
| HSL | 223.05º | 0.82% | 0.57% | - |
| HSV(B) | 223.05º | 0.75% | 0.92% | - |
| XYZ | 22.1 | 17.62 | 80.83 | - |
| YUV | 107.53 | 199.94 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 108 | 235 | 0.75 | 0.54 | 0 | 0.08 | 223.05 | 0.82 | 0.57 |
| Hex | 3A | 6C | EB | 4B | 36 | 0 | 8 | DF | 52 | 39 |
| Octal | 72 | 154 | 353 | 113 | 66 | 0 | 10 | 337 | 122 | 71 |
| Binary | 111010 | 1101100 | 11101011 | 1001011 | 110110 | 0 | 1000 | 11011111 | 1010010 | 111001 |
Color Harmonies of #3A6CEB
Complementary color
Monochromatic Colors of #3A6CEB
Black with #3A6CEB
Text Example
Text Example
White with #3A6CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6CEB; }
p { color: rgb(58,108,235); }
H1.HeaderClassName
{
color: #3A6CEB;
}
.AnyTagClassName
{
color: #3A6CEB;
}
</style>
background-color css
<style>
a { background-color: #3A6CEB; }
a { background-color: rgb(58,108,235); }
div.DivClassName
{
background-color: #3A6CEB;
}
.BgClassName
{
background-color: #3A6CEB;
}
</style>
border-color css
<style>
span { border-color: #3A6CEB; }
span { border-color: rgb(58,108,235); }
td.TdClassName
{
border-color: #3A6CEB;
}
.TagClassName
{
border-color: #3A6CEB;
}
</style>