Shades of Royal Blue #355FFC
Tints of Royal Blue #355FFC
RGB
CMYK
RGB Variations
Color information
#355FFC (or 0x355FFC) is known color: Royal Blue. HEX triplet: 35, 5F and FC. RGB value is (53,95,252). Sum of RGB (Red+Green+Blue) = 53+95+252=400 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.25% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 252 (98.83% from 255 or 63% from 400); Max value from RGB is 252 - color contains mainly: blue. Hex color #355FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #355FFC is #CAA003. Grayscale: #636363. Windows color (decimal): -13279236 or 16539445. OLE color: 16539445.
HSL color Cylindrical-coordinate representation of color #355FFC: hue angle of 227.34º degrees, saturation: 0.97, 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 #355FFC is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 53 | 95 | 252 | - |
| CMYK | 0.79 | 0.62 | 0 | 0.01 |
| HSL | 227.34º | 0.97% | 0.6% | - |
| HSV(B) | 227.34º | 0.79% | 0.99% | - |
| XYZ | 23.13 | 15.97 | 93.96 | - |
| YUV | 100.34 | 213.59 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 95 | 252 | 0.79 | 0.62 | 0 | 0.01 | 227.34 | 0.97 | 0.6 |
| Hex | 35 | 5F | FC | 4F | 3E | 0 | 1 | E3 | 61 | 3C |
| Octal | 65 | 137 | 374 | 117 | 76 | 0 | 1 | 343 | 141 | 74 |
| Binary | 110101 | 1011111 | 11111100 | 1001111 | 111110 | 0 | 1 | 11100011 | 1100001 | 111100 |
Color Harmonies of #355FFC
Complementary color
Monochromatic Colors of #355FFC
Black with #355FFC
Text Example
Text Example
White with #355FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355FFC; }
p { color: rgb(53,95,252); }
H1.HeaderClassName
{
color: #355FFC;
}
.AnyTagClassName
{
color: #355FFC;
}
</style>
background-color css
<style>
a { background-color: #355FFC; }
a { background-color: rgb(53,95,252); }
div.DivClassName
{
background-color: #355FFC;
}
.BgClassName
{
background-color: #355FFC;
}
</style>
border-color css
<style>
span { border-color: #355FFC; }
span { border-color: rgb(53,95,252); }
td.TdClassName
{
border-color: #355FFC;
}
.TagClassName
{
border-color: #355FFC;
}
</style>