Shades of Royal Blue #345DE7
Tints of Royal Blue #345DE7
RGB
CMYK
RGB Variations
Color information
#345DE7 (or 0x345DE7) is known color: Royal Blue. HEX triplet: 34, 5D and E7. RGB value is (52,93,231). Sum of RGB (Red+Green+Blue) = 52+93+231=376 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.83% from 376); Green value is 93 (36.72% from 255 or 24.73% from 376); Blue value is 231 (90.62% from 255 or 61.44% from 376); Max value from RGB is 231 - color contains mainly: blue. Hex color #345DE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345DE7 is #CBA218. Grayscale: #5F5F5F. Windows color (decimal): -13345305 or 15162676. OLE color: 15162676.
HSL color Cylindrical-coordinate representation of color #345DE7: hue angle of 226.26º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #345DE7 is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 52 | 93 | 231 | - |
| CMYK | 0.77 | 0.60 | 0 | 0.09 |
| HSL | 226.26º | 0.79% | 0.55% | - |
| HSV(B) | 226.26º | 0.77% | 0.91% | - |
| XYZ | 19.75 | 14.33 | 77.33 | - |
| YUV | 96.47 | 203.92 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 93 | 231 | 0.77 | 0.60 | 0 | 0.09 | 226.26 | 0.79 | 0.55 |
| Hex | 34 | 5D | E7 | 4D | 3C | 0 | 9 | E2 | 4F | 37 |
| Octal | 64 | 135 | 347 | 115 | 74 | 0 | 11 | 342 | 117 | 67 |
| Binary | 110100 | 1011101 | 11100111 | 1001101 | 111100 | 0 | 1001 | 11100010 | 1001111 | 110111 |
Color Harmonies of #345DE7
Complementary color
Monochromatic Colors of #345DE7
Black with #345DE7
Text Example
Text Example
White with #345DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345DE7; }
p { color: rgb(52,93,231); }
H1.HeaderClassName
{
color: #345DE7;
}
.AnyTagClassName
{
color: #345DE7;
}
</style>
background-color css
<style>
a { background-color: #345DE7; }
a { background-color: rgb(52,93,231); }
div.DivClassName
{
background-color: #345DE7;
}
.BgClassName
{
background-color: #345DE7;
}
</style>
border-color css
<style>
span { border-color: #345DE7; }
span { border-color: rgb(52,93,231); }
td.TdClassName
{
border-color: #345DE7;
}
.TagClassName
{
border-color: #345DE7;
}
</style>