Shades of Royal Blue #355CEC
Tints of Royal Blue #355CEC
RGB
CMYK
RGB Variations
Color information
#355CEC (or 0x355CEC) is known color: Royal Blue. HEX triplet: 35, 5C and EC. RGB value is (53,92,236). Sum of RGB (Red+Green+Blue) = 53+92+236=381 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.91% from 381); Green value is 92 (36.33% from 255 or 24.15% from 381); Blue value is 236 (92.58% from 255 or 61.94% from 381); Max value from RGB is 236 - color contains mainly: blue. Hex color #355CEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #355CEC is #CAA313. Grayscale: #606060. Windows color (decimal): -13280020 or 15490101. OLE color: 15490101.
HSL color Cylindrical-coordinate representation of color #355CEC: hue angle of 227.21º degrees, saturation: 0.83, 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 #355CEC is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 92 | 236 | - |
| CMYK | 0.78 | 0.61 | 0 | 0.07 |
| HSL | 227.21º | 0.83% | 0.57% | - |
| HSV(B) | 227.21º | 0.78% | 0.93% | - |
| XYZ | 20.44 | 14.47 | 81.07 | - |
| YUV | 96.76 | 206.58 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 92 | 236 | 0.78 | 0.61 | 0 | 0.07 | 227.21 | 0.83 | 0.57 |
| Hex | 35 | 5C | EC | 4E | 3D | 0 | 7 | E3 | 53 | 39 |
| Octal | 65 | 134 | 354 | 116 | 75 | 0 | 7 | 343 | 123 | 71 |
| Binary | 110101 | 1011100 | 11101100 | 1001110 | 111101 | 0 | 111 | 11100011 | 1010011 | 111001 |
Color Harmonies of #355CEC
Complementary color
Monochromatic Colors of #355CEC
Black with #355CEC
Text Example
Text Example
White with #355CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355CEC; }
p { color: rgb(53,92,236); }
H1.HeaderClassName
{
color: #355CEC;
}
.AnyTagClassName
{
color: #355CEC;
}
</style>
background-color css
<style>
a { background-color: #355CEC; }
a { background-color: rgb(53,92,236); }
div.DivClassName
{
background-color: #355CEC;
}
.BgClassName
{
background-color: #355CEC;
}
</style>
border-color css
<style>
span { border-color: #355CEC; }
span { border-color: rgb(53,92,236); }
td.TdClassName
{
border-color: #355CEC;
}
.TagClassName
{
border-color: #355CEC;
}
</style>