Shades of Royal Blue #356FFD
Tints of Royal Blue #356FFD
RGB
CMYK
RGB Variations
Color information
#356FFD (or 0x356FFD) is known color: Royal Blue. HEX triplet: 35, 6F and FD. RGB value is (53,111,253). Sum of RGB (Red+Green+Blue) = 53+111+253=417 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.71% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 253 (99.22% from 255 or 60.67% from 417); Max value from RGB is 253 - color contains mainly: blue. Hex color #356FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356FFD is #CA9002. Grayscale: #6D6D6D. Windows color (decimal): -13275139 or 16609077. OLE color: 16609077.
HSL color Cylindrical-coordinate representation of color #356FFD: hue angle of 222.6º 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 #356FFD is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 53 | 111 | 253 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.01 |
| HSL | 222.6º | 0.98% | 0.6% | - |
| HSV(B) | 222.6º | 0.79% | 0.99% | - |
| XYZ | 24.88 | 19.22 | 95.33 | - |
| YUV | 109.85 | 208.78 | 87.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 111 | 253 | 0.79 | 0.56 | 0 | 0.01 | 222.6 | 0.98 | 0.6 |
| Hex | 35 | 6F | FD | 4F | 38 | 0 | 1 | DF | 62 | 3C |
| Octal | 65 | 157 | 375 | 117 | 70 | 0 | 1 | 337 | 142 | 74 |
| Binary | 110101 | 1101111 | 11111101 | 1001111 | 111000 | 0 | 1 | 11011111 | 1100010 | 111100 |
Color Harmonies of #356FFD
Complementary color
Monochromatic Colors of #356FFD
Black with #356FFD
Text Example
Text Example
White with #356FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356FFD; }
p { color: rgb(53,111,253); }
H1.HeaderClassName
{
color: #356FFD;
}
.AnyTagClassName
{
color: #356FFD;
}
</style>
background-color css
<style>
a { background-color: #356FFD; }
a { background-color: rgb(53,111,253); }
div.DivClassName
{
background-color: #356FFD;
}
.BgClassName
{
background-color: #356FFD;
}
</style>
border-color css
<style>
span { border-color: #356FFD; }
span { border-color: rgb(53,111,253); }
td.TdClassName
{
border-color: #356FFD;
}
.TagClassName
{
border-color: #356FFD;
}
</style>