Shades of Royal Blue #356CF8
Tints of Royal Blue #356CF8
RGB
CMYK
RGB Variations
Color information
#356CF8 (or 0x356CF8) is known color: Royal Blue. HEX triplet: 35, 6C and F8. RGB value is (53,108,248). Sum of RGB (Red+Green+Blue) = 53+108+248=409 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.96% from 409); Green value is 108 (42.58% from 255 or 26.41% from 409); Blue value is 248 (97.27% from 255 or 60.64% from 409); Max value from RGB is 248 - color contains mainly: blue. Hex color #356CF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356CF8 is #CA9307. Grayscale: #6A6A6A. Windows color (decimal): -13275912 or 16280629. OLE color: 16280629.
HSL color Cylindrical-coordinate representation of color #356CF8: hue angle of 223.08º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #356CF8 is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 53 | 108 | 248 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.03 |
| HSL | 223.08º | 0.93% | 0.59% | - |
| HSV(B) | 223.08º | 0.79% | 0.97% | - |
| XYZ | 23.77 | 18.26 | 91.08 | - |
| YUV | 107.52 | 207.28 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 108 | 248 | 0.79 | 0.56 | 0 | 0.03 | 223.08 | 0.93 | 0.59 |
| Hex | 35 | 6C | F8 | 4F | 38 | 0 | 3 | DF | 5D | 3B |
| Octal | 65 | 154 | 370 | 117 | 70 | 0 | 3 | 337 | 135 | 73 |
| Binary | 110101 | 1101100 | 11111000 | 1001111 | 111000 | 0 | 11 | 11011111 | 1011101 | 111011 |
Color Harmonies of #356CF8
Complementary color
Monochromatic Colors of #356CF8
Black with #356CF8
Text Example
Text Example
White with #356CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356CF8; }
p { color: rgb(53,108,248); }
H1.HeaderClassName
{
color: #356CF8;
}
.AnyTagClassName
{
color: #356CF8;
}
</style>
background-color css
<style>
a { background-color: #356CF8; }
a { background-color: rgb(53,108,248); }
div.DivClassName
{
background-color: #356CF8;
}
.BgClassName
{
background-color: #356CF8;
}
</style>
border-color css
<style>
span { border-color: #356CF8; }
span { border-color: rgb(53,108,248); }
td.TdClassName
{
border-color: #356CF8;
}
.TagClassName
{
border-color: #356CF8;
}
</style>