Shades of Royal Blue #345CEA
Tints of Royal Blue #345CEA
RGB
CMYK
RGB Variations
Color information
#345CEA (or 0x345CEA) is known color: Royal Blue. HEX triplet: 34, 5C and EA. RGB value is (52,92,234). Sum of RGB (Red+Green+Blue) = 52+92+234=378 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.76% from 378); Green value is 92 (36.33% from 255 or 24.34% from 378); Blue value is 234 (91.80% from 255 or 61.90% from 378); Max value from RGB is 234 - color contains mainly: blue. Hex color #345CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345CEA is #CBA315. Grayscale: #5F5F5F. Windows color (decimal): -13345558 or 15359028. OLE color: 15359028.
HSL color Cylindrical-coordinate representation of color #345CEA: hue angle of 226.81º 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 #345CEA is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 52 | 92 | 234 | - |
| CMYK | 0.78 | 0.61 | 0 | 0.08 |
| HSL | 226.81º | 0.81% | 0.56% | - |
| HSV(B) | 226.81º | 0.78% | 0.92% | - |
| XYZ | 20.09 | 14.32 | 79.55 | - |
| YUV | 96.23 | 205.75 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 92 | 234 | 0.78 | 0.61 | 0 | 0.08 | 226.81 | 0.81 | 0.56 |
| Hex | 34 | 5C | EA | 4E | 3D | 0 | 8 | E3 | 51 | 38 |
| Octal | 64 | 134 | 352 | 116 | 75 | 0 | 10 | 343 | 121 | 70 |
| Binary | 110100 | 1011100 | 11101010 | 1001110 | 111101 | 0 | 1000 | 11100011 | 1010001 | 111000 |
Color Harmonies of #345CEA
Complementary color
Monochromatic Colors of #345CEA
Black with #345CEA
Text Example
Text Example
White with #345CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345CEA; }
p { color: rgb(52,92,234); }
H1.HeaderClassName
{
color: #345CEA;
}
.AnyTagClassName
{
color: #345CEA;
}
</style>
background-color css
<style>
a { background-color: #345CEA; }
a { background-color: rgb(52,92,234); }
div.DivClassName
{
background-color: #345CEA;
}
.BgClassName
{
background-color: #345CEA;
}
</style>
border-color css
<style>
span { border-color: #345CEA; }
span { border-color: rgb(52,92,234); }
td.TdClassName
{
border-color: #345CEA;
}
.TagClassName
{
border-color: #345CEA;
}
</style>