Shades of Royal Blue #345BEA
Tints of Royal Blue #345BEA
RGB
CMYK
RGB Variations
Color information
#345BEA (or 0x345BEA) is known color: Royal Blue. HEX triplet: 34, 5B and EA. RGB value is (52,91,234). Sum of RGB (Red+Green+Blue) = 52+91+234=377 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.79% from 377); Green value is 91 (35.94% from 255 or 24.14% from 377); Blue value is 234 (91.80% from 255 or 62.07% from 377); Max value from RGB is 234 - color contains mainly: blue. Hex color #345BEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345BEA is #CBA415. Grayscale: #5F5F5F. Windows color (decimal): -13345814 or 15358772. OLE color: 15358772.
HSL color Cylindrical-coordinate representation of color #345BEA: hue angle of 227.14º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #345BEA is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 52 | 91 | 234 | - |
| CMYK | 0.78 | 0.61 | 0 | 0.08 |
| HSL | 227.14º | 0.81% | 0.56% | - |
| HSV(B) | 227.14º | 0.78% | 0.92% | - |
| XYZ | 20.01 | 14.15 | 79.52 | - |
| YUV | 95.64 | 206.08 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 91 | 234 | 0.78 | 0.61 | 0 | 0.08 | 227.14 | 0.81 | 0.56 |
| Hex | 34 | 5B | EA | 4E | 3D | 0 | 8 | E3 | 51 | 38 |
| Octal | 64 | 133 | 352 | 116 | 75 | 0 | 10 | 343 | 121 | 70 |
| Binary | 110100 | 1011011 | 11101010 | 1001110 | 111101 | 0 | 1000 | 11100011 | 1010001 | 111000 |
Color Harmonies of #345BEA
Complementary color
Monochromatic Colors of #345BEA
Black with #345BEA
Text Example
Text Example
White with #345BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345BEA; }
p { color: rgb(52,91,234); }
H1.HeaderClassName
{
color: #345BEA;
}
.AnyTagClassName
{
color: #345BEA;
}
</style>
background-color css
<style>
a { background-color: #345BEA; }
a { background-color: rgb(52,91,234); }
div.DivClassName
{
background-color: #345BEA;
}
.BgClassName
{
background-color: #345BEA;
}
</style>
border-color css
<style>
span { border-color: #345BEA; }
span { border-color: rgb(52,91,234); }
td.TdClassName
{
border-color: #345BEA;
}
.TagClassName
{
border-color: #345BEA;
}
</style>