Shades of Royal Blue #355CEB
Tints of Royal Blue #355CEB
RGB
CMYK
RGB Variations
Color information
#355CEB (or 0x355CEB) is known color: Royal Blue. HEX triplet: 35, 5C and EB. RGB value is (53,92,235). Sum of RGB (Red+Green+Blue) = 53+92+235=380 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.95% from 380); Green value is 92 (36.33% from 255 or 24.21% from 380); Blue value is 235 (92.19% from 255 or 61.84% from 380); Max value from RGB is 235 - color contains mainly: blue. Hex color #355CEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #355CEB is #CAA314. Grayscale: #606060. Windows color (decimal): -13280021 or 15424565. OLE color: 15424565.
HSL color Cylindrical-coordinate representation of color #355CEB: hue angle of 227.14º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #355CEB is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 53 | 92 | 235 | - |
| CMYK | 0.77 | 0.61 | 0 | 0.08 |
| HSL | 227.14º | 0.82% | 0.56% | - |
| HSV(B) | 227.14º | 0.77% | 0.92% | - |
| XYZ | 20.29 | 14.41 | 80.31 | - |
| YUV | 96.64 | 206.08 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 92 | 235 | 0.77 | 0.61 | 0 | 0.08 | 227.14 | 0.82 | 0.56 |
| Hex | 35 | 5C | EB | 4D | 3D | 0 | 8 | E3 | 52 | 38 |
| Octal | 65 | 134 | 353 | 115 | 75 | 0 | 10 | 343 | 122 | 70 |
| Binary | 110101 | 1011100 | 11101011 | 1001101 | 111101 | 0 | 1000 | 11100011 | 1010010 | 111000 |
Color Harmonies of #355CEB
Complementary color
Monochromatic Colors of #355CEB
Black with #355CEB
Text Example
Text Example
White with #355CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355CEB; }
p { color: rgb(53,92,235); }
H1.HeaderClassName
{
color: #355CEB;
}
.AnyTagClassName
{
color: #355CEB;
}
</style>
background-color css
<style>
a { background-color: #355CEB; }
a { background-color: rgb(53,92,235); }
div.DivClassName
{
background-color: #355CEB;
}
.BgClassName
{
background-color: #355CEB;
}
</style>
border-color css
<style>
span { border-color: #355CEB; }
span { border-color: rgb(53,92,235); }
td.TdClassName
{
border-color: #355CEB;
}
.TagClassName
{
border-color: #355CEB;
}
</style>