Shades of Royal Blue #345ADA
Tints of Royal Blue #345ADA
RGB
CMYK
RGB Variations
Color information
#345ADA (or 0x345ADA) is known color: Royal Blue. HEX triplet: 34, 5A and DA. RGB value is (52,90,218). Sum of RGB (Red+Green+Blue) = 52+90+218=360 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.44% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 218 (85.55% from 255 or 60.56% from 360); Max value from RGB is 218 - color contains mainly: blue. Hex color #345ADA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345ADA is #CBA525. Grayscale: #5C5C5C. Windows color (decimal): -13346086 or 14309940. OLE color: 14309940.
HSL color Cylindrical-coordinate representation of color #345ADA: hue angle of 226.27º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #345ADA is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 90 | 218 | - |
| CMYK | 0.76 | 0.59 | 0 | 0.15 |
| HSL | 226.27º | 0.69% | 0.53% | - |
| HSV(B) | 226.27º | 0.76% | 0.85% | - |
| XYZ | 17.73 | 13.1 | 67.92 | - |
| YUV | 93.23 | 198.41 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 90 | 218 | 0.76 | 0.59 | 0 | 0.15 | 226.27 | 0.69 | 0.53 |
| Hex | 34 | 5A | DA | 4C | 3B | 0 | F | E2 | 45 | 35 |
| Octal | 64 | 132 | 332 | 114 | 73 | 0 | 17 | 342 | 105 | 65 |
| Binary | 110100 | 1011010 | 11011010 | 1001100 | 111011 | 0 | 1111 | 11100010 | 1000101 | 110101 |
Color Harmonies of #345ADA
Complementary color
Monochromatic Colors of #345ADA
Black with #345ADA
Text Example
Text Example
White with #345ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345ADA; }
p { color: rgb(52,90,218); }
H1.HeaderClassName
{
color: #345ADA;
}
.AnyTagClassName
{
color: #345ADA;
}
</style>
background-color css
<style>
a { background-color: #345ADA; }
a { background-color: rgb(52,90,218); }
div.DivClassName
{
background-color: #345ADA;
}
.BgClassName
{
background-color: #345ADA;
}
</style>
border-color css
<style>
span { border-color: #345ADA; }
span { border-color: rgb(52,90,218); }
td.TdClassName
{
border-color: #345ADA;
}
.TagClassName
{
border-color: #345ADA;
}
</style>