Shades of Royal Blue #355CE1
Tints of Royal Blue #355CE1
RGB
CMYK
RGB Variations
Color information
#355CE1 (or 0x355CE1) is known color: Royal Blue. HEX triplet: 35, 5C and E1. RGB value is (53,92,225). Sum of RGB (Red+Green+Blue) = 53+92+225=370 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.32% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 225 (88.28% from 255 or 60.81% from 370); Max value from RGB is 225 - color contains mainly: blue. Hex color #355CE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355CE1 is #CAA31E. Grayscale: #5E5E5E. Windows color (decimal): -13280031 or 14769205. OLE color: 14769205.
HSL color Cylindrical-coordinate representation of color #355CE1: hue angle of 226.4º 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 #355CE1 is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 53 | 92 | 225 | - |
| CMYK | 0.76 | 0.59 | 0 | 0.12 |
| HSL | 226.4º | 0.74% | 0.55% | - |
| HSV(B) | 226.4º | 0.76% | 0.88% | - |
| XYZ | 18.89 | 13.85 | 72.91 | - |
| YUV | 95.5 | 201.08 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 92 | 225 | 0.76 | 0.59 | 0 | 0.12 | 226.4 | 0.74 | 0.55 |
| Hex | 35 | 5C | E1 | 4C | 3B | 0 | C | E2 | 4A | 37 |
| Octal | 65 | 134 | 341 | 114 | 73 | 0 | 14 | 342 | 112 | 67 |
| Binary | 110101 | 1011100 | 11100001 | 1001100 | 111011 | 0 | 1100 | 11100010 | 1001010 | 110111 |
Color Harmonies of #355CE1
Complementary color
Monochromatic Colors of #355CE1
Black with #355CE1
Text Example
Text Example
White with #355CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355CE1; }
p { color: rgb(53,92,225); }
H1.HeaderClassName
{
color: #355CE1;
}
.AnyTagClassName
{
color: #355CE1;
}
</style>
background-color css
<style>
a { background-color: #355CE1; }
a { background-color: rgb(53,92,225); }
div.DivClassName
{
background-color: #355CE1;
}
.BgClassName
{
background-color: #355CE1;
}
</style>
border-color css
<style>
span { border-color: #355CE1; }
span { border-color: rgb(53,92,225); }
td.TdClassName
{
border-color: #355CE1;
}
.TagClassName
{
border-color: #355CE1;
}
</style>