Shades of Royal Blue #355EE3
Tints of Royal Blue #355EE3
RGB
CMYK
RGB Variations
Color information
#355EE3 (or 0x355EE3) is known color: Royal Blue. HEX triplet: 35, 5E and E3. RGB value is (53,94,227). Sum of RGB (Red+Green+Blue) = 53+94+227=374 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.17% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 227 (89.06% from 255 or 60.70% from 374); Max value from RGB is 227 - color contains mainly: blue. Hex color #355EE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355EE3 is #CAA11C. Grayscale: #606060. Windows color (decimal): -13279517 or 14900789. OLE color: 14900789.
HSL color Cylindrical-coordinate representation of color #355EE3: hue angle of 225.86º degrees, saturation: 0.76, 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 #355EE3 is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 53 | 94 | 227 | - |
| CMYK | 0.77 | 0.59 | 0 | 0.11 |
| HSL | 225.86º | 0.76% | 0.55% | - |
| HSV(B) | 225.86º | 0.77% | 0.89% | - |
| XYZ | 19.34 | 14.31 | 74.42 | - |
| YUV | 96.9 | 201.42 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 94 | 227 | 0.77 | 0.59 | 0 | 0.11 | 225.86 | 0.76 | 0.55 |
| Hex | 35 | 5E | E3 | 4D | 3B | 0 | B | E2 | 4C | 37 |
| Octal | 65 | 136 | 343 | 115 | 73 | 0 | 13 | 342 | 114 | 67 |
| Binary | 110101 | 1011110 | 11100011 | 1001101 | 111011 | 0 | 1011 | 11100010 | 1001100 | 110111 |
Color Harmonies of #355EE3
Complementary color
Monochromatic Colors of #355EE3
Black with #355EE3
Text Example
Text Example
White with #355EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355EE3; }
p { color: rgb(53,94,227); }
H1.HeaderClassName
{
color: #355EE3;
}
.AnyTagClassName
{
color: #355EE3;
}
</style>
background-color css
<style>
a { background-color: #355EE3; }
a { background-color: rgb(53,94,227); }
div.DivClassName
{
background-color: #355EE3;
}
.BgClassName
{
background-color: #355EE3;
}
</style>
border-color css
<style>
span { border-color: #355EE3; }
span { border-color: rgb(53,94,227); }
td.TdClassName
{
border-color: #355EE3;
}
.TagClassName
{
border-color: #355EE3;
}
</style>