Shades of Royal Blue #345BEE
Tints of Royal Blue #345BEE
RGB
CMYK
RGB Variations
Color information
#345BEE (or 0x345BEE) is known color: Royal Blue. HEX triplet: 34, 5B and EE. RGB value is (52,91,238). Sum of RGB (Red+Green+Blue) = 52+91+238=381 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.65% from 381); Green value is 91 (35.94% from 255 or 23.88% from 381); Blue value is 238 (93.36% from 255 or 62.47% from 381); Max value from RGB is 238 - color contains mainly: blue. Hex color #345BEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345BEE is #CBA411. Grayscale: #5F5F5F. Windows color (decimal): -13345810 or 15620916. OLE color: 15620916.
HSL color Cylindrical-coordinate representation of color #345BEE: hue angle of 227.42º 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 #345BEE is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 91 | 238 | - |
| CMYK | 0.78 | 0.62 | 0 | 0.07 |
| HSL | 227.42º | 0.85% | 0.57% | - |
| HSV(B) | 227.42º | 0.78% | 0.93% | - |
| XYZ | 20.59 | 14.39 | 82.58 | - |
| YUV | 96.1 | 208.08 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 91 | 238 | 0.78 | 0.62 | 0 | 0.07 | 227.42 | 0.85 | 0.57 |
| Hex | 34 | 5B | EE | 4E | 3E | 0 | 7 | E3 | 55 | 39 |
| Octal | 64 | 133 | 356 | 116 | 76 | 0 | 7 | 343 | 125 | 71 |
| Binary | 110100 | 1011011 | 11101110 | 1001110 | 111110 | 0 | 111 | 11100011 | 1010101 | 111001 |
Color Harmonies of #345BEE
Complementary color
Monochromatic Colors of #345BEE
Black with #345BEE
Text Example
Text Example
White with #345BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345BEE; }
p { color: rgb(52,91,238); }
H1.HeaderClassName
{
color: #345BEE;
}
.AnyTagClassName
{
color: #345BEE;
}
</style>
background-color css
<style>
a { background-color: #345BEE; }
a { background-color: rgb(52,91,238); }
div.DivClassName
{
background-color: #345BEE;
}
.BgClassName
{
background-color: #345BEE;
}
</style>
border-color css
<style>
span { border-color: #345BEE; }
span { border-color: rgb(52,91,238); }
td.TdClassName
{
border-color: #345BEE;
}
.TagClassName
{
border-color: #345BEE;
}
</style>