Shades of Royal Blue #355FFD
Tints of Royal Blue #355FFD
RGB
CMYK
RGB Variations
Color information
#355FFD (or 0x355FFD) is known color: Royal Blue. HEX triplet: 35, 5F and FD. RGB value is (53,95,253). Sum of RGB (Red+Green+Blue) = 53+95+253=401 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.22% from 401); Green value is 95 (37.5% from 255 or 23.69% from 401); Blue value is 253 (99.22% from 255 or 63.09% from 401); Max value from RGB is 253 - color contains mainly: blue. Hex color #355FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #355FFD is #CAA002. Grayscale: #636363. Windows color (decimal): -13279235 or 16604981. OLE color: 16604981.
HSL color Cylindrical-coordinate representation of color #355FFD: hue angle of 227.4º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #355FFD is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 53 | 95 | 253 | - |
| CMYK | 0.79 | 0.62 | 0 | 0.01 |
| HSL | 227.4º | 0.98% | 0.6% | - |
| HSV(B) | 227.4º | 0.79% | 0.99% | - |
| XYZ | 23.29 | 16.03 | 94.8 | - |
| YUV | 100.45 | 214.09 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 95 | 253 | 0.79 | 0.62 | 0 | 0.01 | 227.4 | 0.98 | 0.6 |
| Hex | 35 | 5F | FD | 4F | 3E | 0 | 1 | E3 | 62 | 3C |
| Octal | 65 | 137 | 375 | 117 | 76 | 0 | 1 | 343 | 142 | 74 |
| Binary | 110101 | 1011111 | 11111101 | 1001111 | 111110 | 0 | 1 | 11100011 | 1100010 | 111100 |
Color Harmonies of #355FFD
Complementary color
Monochromatic Colors of #355FFD
Black with #355FFD
Text Example
Text Example
White with #355FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355FFD; }
p { color: rgb(53,95,253); }
H1.HeaderClassName
{
color: #355FFD;
}
.AnyTagClassName
{
color: #355FFD;
}
</style>
background-color css
<style>
a { background-color: #355FFD; }
a { background-color: rgb(53,95,253); }
div.DivClassName
{
background-color: #355FFD;
}
.BgClassName
{
background-color: #355FFD;
}
</style>
border-color css
<style>
span { border-color: #355FFD; }
span { border-color: rgb(53,95,253); }
td.TdClassName
{
border-color: #355FFD;
}
.TagClassName
{
border-color: #355FFD;
}
</style>