Shades of Royal Blue #3454DE
Tints of Royal Blue #3454DE
RGB
CMYK
RGB Variations
Color information
#3454DE (or 0x3454DE) is known color: Royal Blue. HEX triplet: 34, 54 and DE. RGB value is (52,84,222). Sum of RGB (Red+Green+Blue) = 52+84+222=358 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.53% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 222 (87.11% from 255 or 62.01% from 358); Max value from RGB is 222 - color contains mainly: blue. Hex color #3454DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3454DE is #CBAB21. Grayscale: #595959. Windows color (decimal): -13347618 or 14570548. OLE color: 14570548.
HSL color Cylindrical-coordinate representation of color #3454DE: hue angle of 228.71º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3454DE is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 84 | 222 | - |
| CMYK | 0.77 | 0.62 | 0 | 0.13 |
| HSL | 228.71º | 0.72% | 0.54% | - |
| HSV(B) | 228.71º | 0.77% | 0.87% | - |
| XYZ | 17.77 | 12.34 | 70.55 | - |
| YUV | 90.16 | 202.4 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 84 | 222 | 0.77 | 0.62 | 0 | 0.13 | 228.71 | 0.72 | 0.54 |
| Hex | 34 | 54 | DE | 4D | 3E | 0 | D | E5 | 48 | 36 |
| Octal | 64 | 124 | 336 | 115 | 76 | 0 | 15 | 345 | 110 | 66 |
| Binary | 110100 | 1010100 | 11011110 | 1001101 | 111110 | 0 | 1101 | 11100101 | 1001000 | 110110 |
Color Harmonies of #3454DE
Complementary color
Monochromatic Colors of #3454DE
Black with #3454DE
Text Example
Text Example
White with #3454DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3454DE; }
p { color: rgb(52,84,222); }
H1.HeaderClassName
{
color: #3454DE;
}
.AnyTagClassName
{
color: #3454DE;
}
</style>
background-color css
<style>
a { background-color: #3454DE; }
a { background-color: rgb(52,84,222); }
div.DivClassName
{
background-color: #3454DE;
}
.BgClassName
{
background-color: #3454DE;
}
</style>
border-color css
<style>
span { border-color: #3454DE; }
span { border-color: rgb(52,84,222); }
td.TdClassName
{
border-color: #3454DE;
}
.TagClassName
{
border-color: #3454DE;
}
</style>