Shades of Royal Blue #345FDD
Tints of Royal Blue #345FDD
RGB
CMYK
RGB Variations
Color information
#345FDD (or 0x345FDD) is known color: Royal Blue. HEX triplet: 34, 5F and DD. RGB value is (52,95,221). Sum of RGB (Red+Green+Blue) = 52+95+221=368 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.13% from 368); Green value is 95 (37.5% from 255 or 25.82% from 368); Blue value is 221 (86.72% from 255 or 60.05% from 368); Max value from RGB is 221 - color contains mainly: blue. Hex color #345FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345FDD is #CBA022. Grayscale: #5F5F5F. Windows color (decimal): -13344803 or 14507828. OLE color: 14507828.
HSL color Cylindrical-coordinate representation of color #345FDD: hue angle of 224.73º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #345FDD is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 95 | 221 | - |
| CMYK | 0.76 | 0.57 | 0 | 0.13 |
| HSL | 224.73º | 0.71% | 0.54% | - |
| HSV(B) | 224.73º | 0.76% | 0.87% | - |
| XYZ | 18.56 | 14.13 | 70.16 | - |
| YUV | 96.51 | 198.25 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 95 | 221 | 0.76 | 0.57 | 0 | 0.13 | 224.73 | 0.71 | 0.54 |
| Hex | 34 | 5F | DD | 4C | 39 | 0 | D | E1 | 47 | 36 |
| Octal | 64 | 137 | 335 | 114 | 71 | 0 | 15 | 341 | 107 | 66 |
| Binary | 110100 | 1011111 | 11011101 | 1001100 | 111001 | 0 | 1101 | 11100001 | 1000111 | 110110 |
Color Harmonies of #345FDD
Complementary color
Monochromatic Colors of #345FDD
Black with #345FDD
Text Example
Text Example
White with #345FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345FDD; }
p { color: rgb(52,95,221); }
H1.HeaderClassName
{
color: #345FDD;
}
.AnyTagClassName
{
color: #345FDD;
}
</style>
background-color css
<style>
a { background-color: #345FDD; }
a { background-color: rgb(52,95,221); }
div.DivClassName
{
background-color: #345FDD;
}
.BgClassName
{
background-color: #345FDD;
}
</style>
border-color css
<style>
span { border-color: #345FDD; }
span { border-color: rgb(52,95,221); }
td.TdClassName
{
border-color: #345FDD;
}
.TagClassName
{
border-color: #345FDD;
}
</style>