Shades of Royal Blue #345FE2
Tints of Royal Blue #345FE2
RGB
CMYK
RGB Variations
Color information
#345FE2 (or 0x345FE2) is known color: Royal Blue. HEX triplet: 34, 5F and E2. RGB value is (52,95,226). Sum of RGB (Red+Green+Blue) = 52+95+226=373 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.94% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 226 (88.67% from 255 or 60.59% from 373); Max value from RGB is 226 - color contains mainly: blue. Hex color #345FE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345FE2 is #CBA01D. Grayscale: #606060. Windows color (decimal): -13344798 or 14835508. OLE color: 14835508.
HSL color Cylindrical-coordinate representation of color #345FE2: hue angle of 225.17º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #345FE2 is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 52 | 95 | 226 | - |
| CMYK | 0.77 | 0.58 | 0 | 0.11 |
| HSL | 225.17º | 0.75% | 0.55% | - |
| HSV(B) | 225.17º | 0.77% | 0.89% | - |
| XYZ | 19.24 | 14.41 | 73.72 | - |
| YUV | 97.08 | 200.75 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 95 | 226 | 0.77 | 0.58 | 0 | 0.11 | 225.17 | 0.75 | 0.55 |
| Hex | 34 | 5F | E2 | 4D | 3A | 0 | B | E1 | 4B | 37 |
| Octal | 64 | 137 | 342 | 115 | 72 | 0 | 13 | 341 | 113 | 67 |
| Binary | 110100 | 1011111 | 11100010 | 1001101 | 111010 | 0 | 1011 | 11100001 | 1001011 | 110111 |
Color Harmonies of #345FE2
Complementary color
Monochromatic Colors of #345FE2
Black with #345FE2
Text Example
Text Example
White with #345FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345FE2; }
p { color: rgb(52,95,226); }
H1.HeaderClassName
{
color: #345FE2;
}
.AnyTagClassName
{
color: #345FE2;
}
</style>
background-color css
<style>
a { background-color: #345FE2; }
a { background-color: rgb(52,95,226); }
div.DivClassName
{
background-color: #345FE2;
}
.BgClassName
{
background-color: #345FE2;
}
</style>
border-color css
<style>
span { border-color: #345FE2; }
span { border-color: rgb(52,95,226); }
td.TdClassName
{
border-color: #345FE2;
}
.TagClassName
{
border-color: #345FE2;
}
</style>