Shades of Royal Blue #355CE2
Tints of Royal Blue #355CE2
RGB
CMYK
RGB Variations
Color information
#355CE2 (or 0x355CE2) is known color: Royal Blue. HEX triplet: 35, 5C and E2. RGB value is (53,92,226). Sum of RGB (Red+Green+Blue) = 53+92+226=371 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.29% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 226 (88.67% from 255 or 60.92% from 371); Max value from RGB is 226 - color contains mainly: blue. Hex color #355CE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355CE2 is #CAA31D. Grayscale: #5F5F5F. Windows color (decimal): -13280030 or 14834741. OLE color: 14834741.
HSL color Cylindrical-coordinate representation of color #355CE2: hue angle of 226.47º 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 #355CE2 is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 53 | 92 | 226 | - |
| CMYK | 0.77 | 0.59 | 0 | 0.11 |
| HSL | 226.47º | 0.75% | 0.55% | - |
| HSV(B) | 226.47º | 0.77% | 0.89% | - |
| XYZ | 19.02 | 13.9 | 73.63 | - |
| YUV | 95.62 | 201.58 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 92 | 226 | 0.77 | 0.59 | 0 | 0.11 | 226.47 | 0.75 | 0.55 |
| Hex | 35 | 5C | E2 | 4D | 3B | 0 | B | E2 | 4B | 37 |
| Octal | 65 | 134 | 342 | 115 | 73 | 0 | 13 | 342 | 113 | 67 |
| Binary | 110101 | 1011100 | 11100010 | 1001101 | 111011 | 0 | 1011 | 11100010 | 1001011 | 110111 |
Color Harmonies of #355CE2
Complementary color
Monochromatic Colors of #355CE2
Black with #355CE2
Text Example
Text Example
White with #355CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355CE2; }
p { color: rgb(53,92,226); }
H1.HeaderClassName
{
color: #355CE2;
}
.AnyTagClassName
{
color: #355CE2;
}
</style>
background-color css
<style>
a { background-color: #355CE2; }
a { background-color: rgb(53,92,226); }
div.DivClassName
{
background-color: #355CE2;
}
.BgClassName
{
background-color: #355CE2;
}
</style>
border-color css
<style>
span { border-color: #355CE2; }
span { border-color: rgb(53,92,226); }
td.TdClassName
{
border-color: #355CE2;
}
.TagClassName
{
border-color: #355CE2;
}
</style>