Shades of Royal Blue #355CDF
Tints of Royal Blue #355CDF
RGB
CMYK
RGB Variations
Color information
#355CDF (or 0x355CDF) is known color: Royal Blue. HEX triplet: 35, 5C and DF. RGB value is (53,92,223). Sum of RGB (Red+Green+Blue) = 53+92+223=368 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.40% from 368); Green value is 92 (36.33% from 255 or 25% from 368); Blue value is 223 (87.5% from 255 or 60.60% from 368); Max value from RGB is 223 - color contains mainly: blue. Hex color #355CDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355CDF is #CAA320. Grayscale: #5E5E5E. Windows color (decimal): -13280033 or 14638133. OLE color: 14638133.
HSL color Cylindrical-coordinate representation of color #355CDF: hue angle of 226.24º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #355CDF is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 92 | 223 | - |
| CMYK | 0.76 | 0.59 | 0 | 0.13 |
| HSL | 226.24º | 0.73% | 0.54% | - |
| HSV(B) | 226.24º | 0.76% | 0.87% | - |
| XYZ | 18.61 | 13.74 | 71.48 | - |
| YUV | 95.27 | 200.08 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 92 | 223 | 0.76 | 0.59 | 0 | 0.13 | 226.24 | 0.73 | 0.54 |
| Hex | 35 | 5C | DF | 4C | 3B | 0 | D | E2 | 49 | 36 |
| Octal | 65 | 134 | 337 | 114 | 73 | 0 | 15 | 342 | 111 | 66 |
| Binary | 110101 | 1011100 | 11011111 | 1001100 | 111011 | 0 | 1101 | 11100010 | 1001001 | 110110 |
Color Harmonies of #355CDF
Complementary color
Monochromatic Colors of #355CDF
Black with #355CDF
Text Example
Text Example
White with #355CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355CDF; }
p { color: rgb(53,92,223); }
H1.HeaderClassName
{
color: #355CDF;
}
.AnyTagClassName
{
color: #355CDF;
}
</style>
background-color css
<style>
a { background-color: #355CDF; }
a { background-color: rgb(53,92,223); }
div.DivClassName
{
background-color: #355CDF;
}
.BgClassName
{
background-color: #355CDF;
}
</style>
border-color css
<style>
span { border-color: #355CDF; }
span { border-color: rgb(53,92,223); }
td.TdClassName
{
border-color: #355CDF;
}
.TagClassName
{
border-color: #355CDF;
}
</style>