Shades of Royal Blue #345FDA
Tints of Royal Blue #345FDA
RGB
CMYK
RGB Variations
Color information
#345FDA (or 0x345FDA) is known color: Royal Blue. HEX triplet: 34, 5F and DA. RGB value is (52,95,218). Sum of RGB (Red+Green+Blue) = 52+95+218=365 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.25% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 218 (85.55% from 255 or 59.73% from 365); Max value from RGB is 218 - color contains mainly: blue. Hex color #345FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345FDA is #CBA025. Grayscale: #5F5F5F. Windows color (decimal): -13344806 or 14311220. OLE color: 14311220.
HSL color Cylindrical-coordinate representation of color #345FDA: hue angle of 224.46º 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 #345FDA is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 95 | 218 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.15 |
| HSL | 224.46º | 0.69% | 0.53% | - |
| HSV(B) | 224.46º | 0.76% | 0.85% | - |
| XYZ | 18.16 | 13.98 | 68.07 | - |
| YUV | 96.17 | 196.75 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 95 | 218 | 0.76 | 0.56 | 0 | 0.15 | 224.46 | 0.69 | 0.53 |
| Hex | 34 | 5F | DA | 4C | 38 | 0 | F | E0 | 45 | 35 |
| Octal | 64 | 137 | 332 | 114 | 70 | 0 | 17 | 340 | 105 | 65 |
| Binary | 110100 | 1011111 | 11011010 | 1001100 | 111000 | 0 | 1111 | 11100000 | 1000101 | 110101 |
Color Harmonies of #345FDA
Complementary color
Monochromatic Colors of #345FDA
Black with #345FDA
Text Example
Text Example
White with #345FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345FDA; }
p { color: rgb(52,95,218); }
H1.HeaderClassName
{
color: #345FDA;
}
.AnyTagClassName
{
color: #345FDA;
}
</style>
background-color css
<style>
a { background-color: #345FDA; }
a { background-color: rgb(52,95,218); }
div.DivClassName
{
background-color: #345FDA;
}
.BgClassName
{
background-color: #345FDA;
}
</style>
border-color css
<style>
span { border-color: #345FDA; }
span { border-color: rgb(52,95,218); }
td.TdClassName
{
border-color: #345FDA;
}
.TagClassName
{
border-color: #345FDA;
}
</style>