Shades of Royal Blue #3455E9
Tints of Royal Blue #3455E9
RGB
CMYK
RGB Variations
Color information
#3455E9 (or 0x3455E9) is known color: Royal Blue. HEX triplet: 34, 55 and E9. RGB value is (52,85,233). Sum of RGB (Red+Green+Blue) = 52+85+233=370 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.05% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 233 (91.41% from 255 or 62.97% from 370); Max value from RGB is 233 - color contains mainly: blue. Hex color #3455E9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3455E9 is #CBAA16. Grayscale: #5B5B5B. Windows color (decimal): -13347351 or 15291700. OLE color: 15291700.
HSL color Cylindrical-coordinate representation of color #3455E9: hue angle of 229.06º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3455E9 is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 52 | 85 | 233 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.09 |
| HSL | 229.06º | 0.8% | 0.56% | - |
| HSV(B) | 229.06º | 0.78% | 0.91% | - |
| XYZ | 19.37 | 13.11 | 78.6 | - |
| YUV | 92.01 | 207.57 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 85 | 233 | 0.78 | 0.64 | 0 | 0.09 | 229.06 | 0.8 | 0.56 |
| Hex | 34 | 55 | E9 | 4E | 40 | 0 | 9 | E5 | 50 | 38 |
| Octal | 64 | 125 | 351 | 116 | 100 | 0 | 11 | 345 | 120 | 70 |
| Binary | 110100 | 1010101 | 11101001 | 1001110 | 1000000 | 0 | 1001 | 11100101 | 1010000 | 111000 |
Color Harmonies of #3455E9
Complementary color
Monochromatic Colors of #3455E9
Black with #3455E9
Text Example
Text Example
White with #3455E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3455E9; }
p { color: rgb(52,85,233); }
H1.HeaderClassName
{
color: #3455E9;
}
.AnyTagClassName
{
color: #3455E9;
}
</style>
background-color css
<style>
a { background-color: #3455E9; }
a { background-color: rgb(52,85,233); }
div.DivClassName
{
background-color: #3455E9;
}
.BgClassName
{
background-color: #3455E9;
}
</style>
border-color css
<style>
span { border-color: #3455E9; }
span { border-color: rgb(52,85,233); }
td.TdClassName
{
border-color: #3455E9;
}
.TagClassName
{
border-color: #3455E9;
}
</style>