Shades of Royal Blue #356BEB
Tints of Royal Blue #356BEB
RGB
CMYK
RGB Variations
Color information
#356BEB (or 0x356BEB) is known color: Royal Blue. HEX triplet: 35, 6B and EB. RGB value is (53,107,235). Sum of RGB (Red+Green+Blue) = 53+107+235=395 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.42% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 235 (92.19% from 255 or 59.49% from 395); Max value from RGB is 235 - color contains mainly: blue. Hex color #356BEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356BEB is #CA9414. Grayscale: #686868. Windows color (decimal): -13276181 or 15428405. OLE color: 15428405.
HSL color Cylindrical-coordinate representation of color #356BEB: hue angle of 222.2º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #356BEB is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 53 | 107 | 235 | - |
| CMYK | 0.77 | 0.54 | 0 | 0.08 |
| HSL | 222.2º | 0.82% | 0.56% | - |
| HSV(B) | 222.2º | 0.77% | 0.92% | - |
| XYZ | 21.72 | 17.27 | 80.79 | - |
| YUV | 105.45 | 201.11 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 107 | 235 | 0.77 | 0.54 | 0 | 0.08 | 222.2 | 0.82 | 0.56 |
| Hex | 35 | 6B | EB | 4D | 36 | 0 | 8 | DE | 52 | 38 |
| Octal | 65 | 153 | 353 | 115 | 66 | 0 | 10 | 336 | 122 | 70 |
| Binary | 110101 | 1101011 | 11101011 | 1001101 | 110110 | 0 | 1000 | 11011110 | 1010010 | 111000 |
Color Harmonies of #356BEB
Complementary color
Monochromatic Colors of #356BEB
Black with #356BEB
Text Example
Text Example
White with #356BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356BEB; }
p { color: rgb(53,107,235); }
H1.HeaderClassName
{
color: #356BEB;
}
.AnyTagClassName
{
color: #356BEB;
}
</style>
background-color css
<style>
a { background-color: #356BEB; }
a { background-color: rgb(53,107,235); }
div.DivClassName
{
background-color: #356BEB;
}
.BgClassName
{
background-color: #356BEB;
}
</style>
border-color css
<style>
span { border-color: #356BEB; }
span { border-color: rgb(53,107,235); }
td.TdClassName
{
border-color: #356BEB;
}
.TagClassName
{
border-color: #356BEB;
}
</style>