Shades of Royal Blue #355FDF
Tints of Royal Blue #355FDF
RGB
CMYK
RGB Variations
Color information
#355FDF (or 0x355FDF) is known color: Royal Blue. HEX triplet: 35, 5F and DF. RGB value is (53,95,223). Sum of RGB (Red+Green+Blue) = 53+95+223=371 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.29% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #355FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355FDF is #CAA020. Grayscale: #606060. Windows color (decimal): -13279265 or 14638901. OLE color: 14638901.
HSL color Cylindrical-coordinate representation of color #355FDF: hue angle of 225.18º 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 #355FDF is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 95 | 223 | - |
| CMYK | 0.76 | 0.57 | 0 | 0.13 |
| HSL | 225.18º | 0.73% | 0.54% | - |
| HSV(B) | 225.18º | 0.76% | 0.87% | - |
| XYZ | 18.88 | 14.27 | 71.57 | - |
| YUV | 97.03 | 199.09 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 95 | 223 | 0.76 | 0.57 | 0 | 0.13 | 225.18 | 0.73 | 0.54 |
| Hex | 35 | 5F | DF | 4C | 39 | 0 | D | E1 | 49 | 36 |
| Octal | 65 | 137 | 337 | 114 | 71 | 0 | 15 | 341 | 111 | 66 |
| Binary | 110101 | 1011111 | 11011111 | 1001100 | 111001 | 0 | 1101 | 11100001 | 1001001 | 110110 |
Color Harmonies of #355FDF
Complementary color
Monochromatic Colors of #355FDF
Black with #355FDF
Text Example
Text Example
White with #355FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355FDF; }
p { color: rgb(53,95,223); }
H1.HeaderClassName
{
color: #355FDF;
}
.AnyTagClassName
{
color: #355FDF;
}
</style>
background-color css
<style>
a { background-color: #355FDF; }
a { background-color: rgb(53,95,223); }
div.DivClassName
{
background-color: #355FDF;
}
.BgClassName
{
background-color: #355FDF;
}
</style>
border-color css
<style>
span { border-color: #355FDF; }
span { border-color: rgb(53,95,223); }
td.TdClassName
{
border-color: #355FDF;
}
.TagClassName
{
border-color: #355FDF;
}
</style>