Shades of Royal Blue #356FE1
Tints of Royal Blue #356FE1
RGB
CMYK
RGB Variations
Color information
#356FE1 (or 0x356FE1) is known color: Royal Blue. HEX triplet: 35, 6F and E1. RGB value is (53,111,225). Sum of RGB (Red+Green+Blue) = 53+111+225=389 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.62% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 225 (88.28% from 255 or 57.84% from 389); Max value from RGB is 225 - color contains mainly: blue. Hex color #356FE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356FE1 is #CA901E. Grayscale: #6A6A6A. Windows color (decimal): -13275167 or 14774069. OLE color: 14774069.
HSL color Cylindrical-coordinate representation of color #356FE1: hue angle of 219.77º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #356FE1 is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 53 | 111 | 225 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.12 |
| HSL | 219.77º | 0.74% | 0.55% | - |
| HSV(B) | 219.77º | 0.76% | 0.88% | - |
| XYZ | 20.74 | 17.56 | 73.53 | - |
| YUV | 106.65 | 194.78 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 111 | 225 | 0.76 | 0.51 | 0 | 0.12 | 219.77 | 0.74 | 0.55 |
| Hex | 35 | 6F | E1 | 4C | 33 | 0 | C | DC | 4A | 37 |
| Octal | 65 | 157 | 341 | 114 | 63 | 0 | 14 | 334 | 112 | 67 |
| Binary | 110101 | 1101111 | 11100001 | 1001100 | 110011 | 0 | 1100 | 11011100 | 1001010 | 110111 |
Color Harmonies of #356FE1
Complementary color
Monochromatic Colors of #356FE1
Black with #356FE1
Text Example
Text Example
White with #356FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356FE1; }
p { color: rgb(53,111,225); }
H1.HeaderClassName
{
color: #356FE1;
}
.AnyTagClassName
{
color: #356FE1;
}
</style>
background-color css
<style>
a { background-color: #356FE1; }
a { background-color: rgb(53,111,225); }
div.DivClassName
{
background-color: #356FE1;
}
.BgClassName
{
background-color: #356FE1;
}
</style>
border-color css
<style>
span { border-color: #356FE1; }
span { border-color: rgb(53,111,225); }
td.TdClassName
{
border-color: #356FE1;
}
.TagClassName
{
border-color: #356FE1;
}
</style>