Shades of Royal Blue #355BEE
Tints of Royal Blue #355BEE
RGB
CMYK
RGB Variations
Color information
#355BEE (or 0x355BEE) is known color: Royal Blue. HEX triplet: 35, 5B and EE. RGB value is (53,91,238). Sum of RGB (Red+Green+Blue) = 53+91+238=382 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.87% from 382); Green value is 91 (35.94% from 255 or 23.82% from 382); Blue value is 238 (93.36% from 255 or 62.30% from 382); Max value from RGB is 238 - color contains mainly: blue. Hex color #355BEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #355BEE is #CAA411. Grayscale: #5F5F5F. Windows color (decimal): -13280274 or 15620917. OLE color: 15620917.
HSL color Cylindrical-coordinate representation of color #355BEE: hue angle of 227.68º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #355BEE is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 91 | 238 | - |
| CMYK | 0.78 | 0.62 | 0 | 0.07 |
| HSL | 227.68º | 0.84% | 0.57% | - |
| HSV(B) | 227.68º | 0.78% | 0.93% | - |
| XYZ | 20.64 | 14.41 | 82.58 | - |
| YUV | 96.4 | 207.91 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 91 | 238 | 0.78 | 0.62 | 0 | 0.07 | 227.68 | 0.84 | 0.57 |
| Hex | 35 | 5B | EE | 4E | 3E | 0 | 7 | E4 | 54 | 39 |
| Octal | 65 | 133 | 356 | 116 | 76 | 0 | 7 | 344 | 124 | 71 |
| Binary | 110101 | 1011011 | 11101110 | 1001110 | 111110 | 0 | 111 | 11100100 | 1010100 | 111001 |
Color Harmonies of #355BEE
Complementary color
Monochromatic Colors of #355BEE
Black with #355BEE
Text Example
Text Example
White with #355BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355BEE; }
p { color: rgb(53,91,238); }
H1.HeaderClassName
{
color: #355BEE;
}
.AnyTagClassName
{
color: #355BEE;
}
</style>
background-color css
<style>
a { background-color: #355BEE; }
a { background-color: rgb(53,91,238); }
div.DivClassName
{
background-color: #355BEE;
}
.BgClassName
{
background-color: #355BEE;
}
</style>
border-color css
<style>
span { border-color: #355BEE; }
span { border-color: rgb(53,91,238); }
td.TdClassName
{
border-color: #355BEE;
}
.TagClassName
{
border-color: #355BEE;
}
</style>