Shades of Royal Blue #355BE1
Tints of Royal Blue #355BE1
RGB
CMYK
RGB Variations
Color information
#355BE1 (or 0x355BE1) is known color: Royal Blue. HEX triplet: 35, 5B and E1. RGB value is (53,91,225). Sum of RGB (Red+Green+Blue) = 53+91+225=369 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.36% from 369); Green value is 91 (35.94% from 255 or 24.66% from 369); Blue value is 225 (88.28% from 255 or 60.98% from 369); Max value from RGB is 225 - color contains mainly: blue. Hex color #355BE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355BE1 is #CAA41E. Grayscale: #5E5E5E. Windows color (decimal): -13280287 or 14768949. OLE color: 14768949.
HSL color Cylindrical-coordinate representation of color #355BE1: hue angle of 226.74º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #355BE1 is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 53 | 91 | 225 | - |
| CMYK | 0.76 | 0.60 | 0 | 0.12 |
| HSL | 226.74º | 0.74% | 0.55% | - |
| HSV(B) | 226.74º | 0.76% | 0.88% | - |
| XYZ | 18.8 | 13.68 | 72.88 | - |
| YUV | 94.91 | 201.41 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 91 | 225 | 0.76 | 0.60 | 0 | 0.12 | 226.74 | 0.74 | 0.55 |
| Hex | 35 | 5B | E1 | 4C | 3C | 0 | C | E3 | 4A | 37 |
| Octal | 65 | 133 | 341 | 114 | 74 | 0 | 14 | 343 | 112 | 67 |
| Binary | 110101 | 1011011 | 11100001 | 1001100 | 111100 | 0 | 1100 | 11100011 | 1001010 | 110111 |
Color Harmonies of #355BE1
Complementary color
Monochromatic Colors of #355BE1
Black with #355BE1
Text Example
Text Example
White with #355BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355BE1; }
p { color: rgb(53,91,225); }
H1.HeaderClassName
{
color: #355BE1;
}
.AnyTagClassName
{
color: #355BE1;
}
</style>
background-color css
<style>
a { background-color: #355BE1; }
a { background-color: rgb(53,91,225); }
div.DivClassName
{
background-color: #355BE1;
}
.BgClassName
{
background-color: #355BE1;
}
</style>
border-color css
<style>
span { border-color: #355BE1; }
span { border-color: rgb(53,91,225); }
td.TdClassName
{
border-color: #355BE1;
}
.TagClassName
{
border-color: #355BE1;
}
</style>