Shades of Royal Blue #3458EE
Tints of Royal Blue #3458EE
RGB
CMYK
RGB Variations
Color information
#3458EE (or 0x3458EE) is known color: Royal Blue. HEX triplet: 34, 58 and EE. RGB value is (52,88,238). Sum of RGB (Red+Green+Blue) = 52+88+238=378 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.76% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 238 (93.36% from 255 or 62.96% from 378); Max value from RGB is 238 - color contains mainly: blue. Hex color #3458EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3458EE is #CBA711. Grayscale: #5D5D5D. Windows color (decimal): -13346578 or 15620148. OLE color: 15620148.
HSL color Cylindrical-coordinate representation of color #3458EE: hue angle of 228.39º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3458EE is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 88 | 238 | - |
| CMYK | 0.78 | 0.63 | 0 | 0.07 |
| HSL | 228.39º | 0.85% | 0.57% | - |
| HSV(B) | 228.39º | 0.78% | 0.93% | - |
| XYZ | 20.34 | 13.88 | 82.5 | - |
| YUV | 94.34 | 209.07 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 88 | 238 | 0.78 | 0.63 | 0 | 0.07 | 228.39 | 0.85 | 0.57 |
| Hex | 34 | 58 | EE | 4E | 3F | 0 | 7 | E4 | 55 | 39 |
| Octal | 64 | 130 | 356 | 116 | 77 | 0 | 7 | 344 | 125 | 71 |
| Binary | 110100 | 1011000 | 11101110 | 1001110 | 111111 | 0 | 111 | 11100100 | 1010101 | 111001 |
Color Harmonies of #3458EE
Complementary color
Monochromatic Colors of #3458EE
Black with #3458EE
Text Example
Text Example
White with #3458EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3458EE; }
p { color: rgb(52,88,238); }
H1.HeaderClassName
{
color: #3458EE;
}
.AnyTagClassName
{
color: #3458EE;
}
</style>
background-color css
<style>
a { background-color: #3458EE; }
a { background-color: rgb(52,88,238); }
div.DivClassName
{
background-color: #3458EE;
}
.BgClassName
{
background-color: #3458EE;
}
</style>
border-color css
<style>
span { border-color: #3458EE; }
span { border-color: rgb(52,88,238); }
td.TdClassName
{
border-color: #3458EE;
}
.TagClassName
{
border-color: #3458EE;
}
</style>