Shades of Royal Blue #345AD7
Tints of Royal Blue #345AD7
RGB
CMYK
RGB Variations
Color information
#345AD7 (or 0x345AD7) is known color: Royal Blue. HEX triplet: 34, 5A and D7. RGB value is (52,90,215). Sum of RGB (Red+Green+Blue) = 52+90+215=357 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.57% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 215 (84.38% from 255 or 60.22% from 357); Max value from RGB is 215 - color contains mainly: blue. Hex color #345AD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345AD7 is #CBA528. Grayscale: #5C5C5C. Windows color (decimal): -13346089 or 14113332. OLE color: 14113332.
HSL color Cylindrical-coordinate representation of color #345AD7: hue angle of 226.01º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #345AD7 is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 90 | 215 | - |
| CMYK | 0.76 | 0.58 | 0 | 0.16 |
| HSL | 226.01º | 0.67% | 0.52% | - |
| HSV(B) | 226.01º | 0.76% | 0.84% | - |
| XYZ | 17.34 | 12.95 | 65.88 | - |
| YUV | 92.89 | 196.91 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 90 | 215 | 0.76 | 0.58 | 0 | 0.16 | 226.01 | 0.67 | 0.52 |
| Hex | 34 | 5A | D7 | 4C | 3A | 0 | 10 | E2 | 43 | 34 |
| Octal | 64 | 132 | 327 | 114 | 72 | 0 | 20 | 342 | 103 | 64 |
| Binary | 110100 | 1011010 | 11010111 | 1001100 | 111010 | 0 | 10000 | 11100010 | 1000011 | 110100 |
Color Harmonies of #345AD7
Complementary color
Monochromatic Colors of #345AD7
Black with #345AD7
Text Example
Text Example
White with #345AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345AD7; }
p { color: rgb(52,90,215); }
H1.HeaderClassName
{
color: #345AD7;
}
.AnyTagClassName
{
color: #345AD7;
}
</style>
background-color css
<style>
a { background-color: #345AD7; }
a { background-color: rgb(52,90,215); }
div.DivClassName
{
background-color: #345AD7;
}
.BgClassName
{
background-color: #345AD7;
}
</style>
border-color css
<style>
span { border-color: #345AD7; }
span { border-color: rgb(52,90,215); }
td.TdClassName
{
border-color: #345AD7;
}
.TagClassName
{
border-color: #345AD7;
}
</style>