Shades of Royal Blue #355CEF
Tints of Royal Blue #355CEF
RGB
CMYK
RGB Variations
Color information
#355CEF (or 0x355CEF) is known color: Royal Blue. HEX triplet: 35, 5C and EF. RGB value is (53,92,239). Sum of RGB (Red+Green+Blue) = 53+92+239=384 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.80% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 239 (93.75% from 255 or 62.24% from 384); Max value from RGB is 239 - color contains mainly: blue. Hex color #355CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #355CEF is #CAA310. Grayscale: #606060. Windows color (decimal): -13280017 or 15686709. OLE color: 15686709.
HSL color Cylindrical-coordinate representation of color #355CEF: hue angle of 227.42º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #355CEF is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 53 | 92 | 239 | - |
| CMYK | 0.78 | 0.62 | 0 | 0.06 |
| HSL | 227.42º | 0.85% | 0.57% | - |
| HSV(B) | 227.42º | 0.78% | 0.94% | - |
| XYZ | 20.88 | 14.64 | 83.39 | - |
| YUV | 97.1 | 208.08 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 92 | 239 | 0.78 | 0.62 | 0 | 0.06 | 227.42 | 0.85 | 0.57 |
| Hex | 35 | 5C | EF | 4E | 3E | 0 | 6 | E3 | 55 | 39 |
| Octal | 65 | 134 | 357 | 116 | 76 | 0 | 6 | 343 | 125 | 71 |
| Binary | 110101 | 1011100 | 11101111 | 1001110 | 111110 | 0 | 110 | 11100011 | 1010101 | 111001 |
Color Harmonies of #355CEF
Complementary color
Monochromatic Colors of #355CEF
Black with #355CEF
Text Example
Text Example
White with #355CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355CEF; }
p { color: rgb(53,92,239); }
H1.HeaderClassName
{
color: #355CEF;
}
.AnyTagClassName
{
color: #355CEF;
}
</style>
background-color css
<style>
a { background-color: #355CEF; }
a { background-color: rgb(53,92,239); }
div.DivClassName
{
background-color: #355CEF;
}
.BgClassName
{
background-color: #355CEF;
}
</style>
border-color css
<style>
span { border-color: #355CEF; }
span { border-color: rgb(53,92,239); }
td.TdClassName
{
border-color: #355CEF;
}
.TagClassName
{
border-color: #355CEF;
}
</style>