Shades of Royal Blue #345BE6
Tints of Royal Blue #345BE6
RGB
CMYK
RGB Variations
Color information
#345BE6 (or 0x345BE6) is known color: Royal Blue. HEX triplet: 34, 5B and E6. RGB value is (52,91,230). Sum of RGB (Red+Green+Blue) = 52+91+230=373 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.94% from 373); Green value is 91 (35.94% from 255 or 24.40% from 373); Blue value is 230 (90.23% from 255 or 61.66% from 373); Max value from RGB is 230 - color contains mainly: blue. Hex color #345BE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345BE6 is #CBA419. Grayscale: #5E5E5E. Windows color (decimal): -13345818 or 15096628. OLE color: 15096628.
HSL color Cylindrical-coordinate representation of color #345BE6: hue angle of 226.85º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #345BE6 is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 91 | 230 | - |
| CMYK | 0.77 | 0.60 | 0 | 0.10 |
| HSL | 226.85º | 0.78% | 0.55% | - |
| HSV(B) | 226.85º | 0.77% | 0.9% | - |
| XYZ | 19.44 | 13.93 | 76.53 | - |
| YUV | 95.19 | 204.08 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 91 | 230 | 0.77 | 0.60 | 0 | 0.10 | 226.85 | 0.78 | 0.55 |
| Hex | 34 | 5B | E6 | 4D | 3C | 0 | A | E3 | 4E | 37 |
| Octal | 64 | 133 | 346 | 115 | 74 | 0 | 12 | 343 | 116 | 67 |
| Binary | 110100 | 1011011 | 11100110 | 1001101 | 111100 | 0 | 1010 | 11100011 | 1001110 | 110111 |
Color Harmonies of #345BE6
Complementary color
Monochromatic Colors of #345BE6
Black with #345BE6
Text Example
Text Example
White with #345BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345BE6; }
p { color: rgb(52,91,230); }
H1.HeaderClassName
{
color: #345BE6;
}
.AnyTagClassName
{
color: #345BE6;
}
</style>
background-color css
<style>
a { background-color: #345BE6; }
a { background-color: rgb(52,91,230); }
div.DivClassName
{
background-color: #345BE6;
}
.BgClassName
{
background-color: #345BE6;
}
</style>
border-color css
<style>
span { border-color: #345BE6; }
span { border-color: rgb(52,91,230); }
td.TdClassName
{
border-color: #345BE6;
}
.TagClassName
{
border-color: #345BE6;
}
</style>