Shades of Royal Blue #355BE2
Tints of Royal Blue #355BE2
RGB
CMYK
RGB Variations
Color information
#355BE2 (or 0x355BE2) is known color: Royal Blue. HEX triplet: 35, 5B and E2. RGB value is (53,91,226). Sum of RGB (Red+Green+Blue) = 53+91+226=370 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.32% from 370); Green value is 91 (35.94% from 255 or 24.59% from 370); Blue value is 226 (88.67% from 255 or 61.08% from 370); Max value from RGB is 226 - color contains mainly: blue. Hex color #355BE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355BE2 is #CAA41D. Grayscale: #5E5E5E. Windows color (decimal): -13280286 or 14834485. OLE color: 14834485.
HSL color Cylindrical-coordinate representation of color #355BE2: hue angle of 226.82º degrees, saturation: 0.75, 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 #355BE2 is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 53 | 91 | 226 | - |
| CMYK | 0.77 | 0.60 | 0 | 0.11 |
| HSL | 226.82º | 0.75% | 0.55% | - |
| HSV(B) | 226.82º | 0.77% | 0.89% | - |
| XYZ | 18.94 | 13.73 | 73.6 | - |
| YUV | 95.03 | 201.91 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 91 | 226 | 0.77 | 0.60 | 0 | 0.11 | 226.82 | 0.75 | 0.55 |
| Hex | 35 | 5B | E2 | 4D | 3C | 0 | B | E3 | 4B | 37 |
| Octal | 65 | 133 | 342 | 115 | 74 | 0 | 13 | 343 | 113 | 67 |
| Binary | 110101 | 1011011 | 11100010 | 1001101 | 111100 | 0 | 1011 | 11100011 | 1001011 | 110111 |
Color Harmonies of #355BE2
Complementary color
Monochromatic Colors of #355BE2
Black with #355BE2
Text Example
Text Example
White with #355BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355BE2; }
p { color: rgb(53,91,226); }
H1.HeaderClassName
{
color: #355BE2;
}
.AnyTagClassName
{
color: #355BE2;
}
</style>
background-color css
<style>
a { background-color: #355BE2; }
a { background-color: rgb(53,91,226); }
div.DivClassName
{
background-color: #355BE2;
}
.BgClassName
{
background-color: #355BE2;
}
</style>
border-color css
<style>
span { border-color: #355BE2; }
span { border-color: rgb(53,91,226); }
td.TdClassName
{
border-color: #355BE2;
}
.TagClassName
{
border-color: #355BE2;
}
</style>