Shades of Royal Blue #3453E4
Tints of Royal Blue #3453E4
RGB
CMYK
RGB Variations
Color information
#3453E4 (or 0x3453E4) is known color: Royal Blue. HEX triplet: 34, 53 and E4. RGB value is (52,83,228). Sum of RGB (Red+Green+Blue) = 52+83+228=363 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.33% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 228 (89.45% from 255 or 62.81% from 363); Max value from RGB is 228 - color contains mainly: blue. Hex color #3453E4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3453E4 is #CBAC1B. Grayscale: #595959. Windows color (decimal): -13347868 or 14963508. OLE color: 14963508.
HSL color Cylindrical-coordinate representation of color #3453E4: hue angle of 229.43º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3453E4 is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 52 | 83 | 228 | - |
| CMYK | 0.77 | 0.64 | 0 | 0.11 |
| HSL | 229.43º | 0.77% | 0.55% | - |
| HSV(B) | 229.43º | 0.77% | 0.89% | - |
| XYZ | 18.51 | 12.52 | 74.84 | - |
| YUV | 90.26 | 205.73 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 83 | 228 | 0.77 | 0.64 | 0 | 0.11 | 229.43 | 0.77 | 0.55 |
| Hex | 34 | 53 | E4 | 4D | 40 | 0 | B | E5 | 4D | 37 |
| Octal | 64 | 123 | 344 | 115 | 100 | 0 | 13 | 345 | 115 | 67 |
| Binary | 110100 | 1010011 | 11100100 | 1001101 | 1000000 | 0 | 1011 | 11100101 | 1001101 | 110111 |
Color Harmonies of #3453E4
Complementary color
Monochromatic Colors of #3453E4
Black with #3453E4
Text Example
Text Example
White with #3453E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3453E4; }
p { color: rgb(52,83,228); }
H1.HeaderClassName
{
color: #3453E4;
}
.AnyTagClassName
{
color: #3453E4;
}
</style>
background-color css
<style>
a { background-color: #3453E4; }
a { background-color: rgb(52,83,228); }
div.DivClassName
{
background-color: #3453E4;
}
.BgClassName
{
background-color: #3453E4;
}
</style>
border-color css
<style>
span { border-color: #3453E4; }
span { border-color: rgb(52,83,228); }
td.TdClassName
{
border-color: #3453E4;
}
.TagClassName
{
border-color: #3453E4;
}
</style>