Shades of Royal Blue #355CEE
Tints of Royal Blue #355CEE
RGB
CMYK
RGB Variations
Color information
#355CEE (or 0x355CEE) is known color: Royal Blue. HEX triplet: 35, 5C and EE. RGB value is (53,92,238). Sum of RGB (Red+Green+Blue) = 53+92+238=383 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.84% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 238 (93.36% from 255 or 62.14% from 383); Max value from RGB is 238 - color contains mainly: blue. Hex color #355CEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #355CEE is #CAA311. Grayscale: #606060. Windows color (decimal): -13280018 or 15621173. OLE color: 15621173.
HSL color Cylindrical-coordinate representation of color #355CEE: hue angle of 227.35º 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 #355CEE is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 92 | 238 | - |
| CMYK | 0.78 | 0.61 | 0 | 0.07 |
| HSL | 227.35º | 0.84% | 0.57% | - |
| HSV(B) | 227.35º | 0.78% | 0.93% | - |
| XYZ | 20.73 | 14.58 | 82.61 | - |
| YUV | 96.98 | 207.58 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 92 | 238 | 0.78 | 0.61 | 0 | 0.07 | 227.35 | 0.84 | 0.57 |
| Hex | 35 | 5C | EE | 4E | 3D | 0 | 7 | E3 | 54 | 39 |
| Octal | 65 | 134 | 356 | 116 | 75 | 0 | 7 | 343 | 124 | 71 |
| Binary | 110101 | 1011100 | 11101110 | 1001110 | 111101 | 0 | 111 | 11100011 | 1010100 | 111001 |
Color Harmonies of #355CEE
Complementary color
Monochromatic Colors of #355CEE
Black with #355CEE
Text Example
Text Example
White with #355CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355CEE; }
p { color: rgb(53,92,238); }
H1.HeaderClassName
{
color: #355CEE;
}
.AnyTagClassName
{
color: #355CEE;
}
</style>
background-color css
<style>
a { background-color: #355CEE; }
a { background-color: rgb(53,92,238); }
div.DivClassName
{
background-color: #355CEE;
}
.BgClassName
{
background-color: #355CEE;
}
</style>
border-color css
<style>
span { border-color: #355CEE; }
span { border-color: rgb(53,92,238); }
td.TdClassName
{
border-color: #355CEE;
}
.TagClassName
{
border-color: #355CEE;
}
</style>