Shades of Royal Blue #345DEE
Tints of Royal Blue #345DEE
RGB
CMYK
RGB Variations
Color information
#345DEE (or 0x345DEE) is known color: Royal Blue. HEX triplet: 34, 5D and EE. RGB value is (52,93,238). Sum of RGB (Red+Green+Blue) = 52+93+238=383 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.58% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 238 (93.36% from 255 or 62.14% from 383); Max value from RGB is 238 - color contains mainly: blue. Hex color #345DEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345DEE is #CBA211. Grayscale: #606060. Windows color (decimal): -13345298 or 15621428. OLE color: 15621428.
HSL color Cylindrical-coordinate representation of color #345DEE: hue angle of 226.77º 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 #345DEE is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 93 | 238 | - |
| CMYK | 0.78 | 0.61 | 0 | 0.07 |
| HSL | 226.77º | 0.85% | 0.57% | - |
| HSV(B) | 226.77º | 0.78% | 0.93% | - |
| XYZ | 20.76 | 14.73 | 82.64 | - |
| YUV | 97.27 | 207.42 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 93 | 238 | 0.78 | 0.61 | 0 | 0.07 | 226.77 | 0.85 | 0.57 |
| Hex | 34 | 5D | EE | 4E | 3D | 0 | 7 | E3 | 55 | 39 |
| Octal | 64 | 135 | 356 | 116 | 75 | 0 | 7 | 343 | 125 | 71 |
| Binary | 110100 | 1011101 | 11101110 | 1001110 | 111101 | 0 | 111 | 11100011 | 1010101 | 111001 |
Color Harmonies of #345DEE
Complementary color
Monochromatic Colors of #345DEE
Black with #345DEE
Text Example
Text Example
White with #345DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345DEE; }
p { color: rgb(52,93,238); }
H1.HeaderClassName
{
color: #345DEE;
}
.AnyTagClassName
{
color: #345DEE;
}
</style>
background-color css
<style>
a { background-color: #345DEE; }
a { background-color: rgb(52,93,238); }
div.DivClassName
{
background-color: #345DEE;
}
.BgClassName
{
background-color: #345DEE;
}
</style>
border-color css
<style>
span { border-color: #345DEE; }
span { border-color: rgb(52,93,238); }
td.TdClassName
{
border-color: #345DEE;
}
.TagClassName
{
border-color: #345DEE;
}
</style>