Shades of Royal Blue #355FEA
Tints of Royal Blue #355FEA
RGB
CMYK
RGB Variations
Color information
#355FEA (or 0x355FEA) is known color: Royal Blue. HEX triplet: 35, 5F and EA. RGB value is (53,95,234). Sum of RGB (Red+Green+Blue) = 53+95+234=382 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.87% from 382); Green value is 95 (37.5% from 255 or 24.87% from 382); Blue value is 234 (91.80% from 255 or 61.26% from 382); Max value from RGB is 234 - color contains mainly: blue. Hex color #355FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #355FEA is #CAA015. Grayscale: #616161. Windows color (decimal): -13279254 or 15359797. OLE color: 15359797.
HSL color Cylindrical-coordinate representation of color #355FEA: hue angle of 226.08º degrees, saturation: 0.81, 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 #355FEA is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 53 | 95 | 234 | - |
| CMYK | 0.77 | 0.59 | 0 | 0.08 |
| HSL | 226.08º | 0.81% | 0.56% | - |
| HSV(B) | 226.08º | 0.77% | 0.92% | - |
| XYZ | 20.41 | 14.88 | 79.64 | - |
| YUV | 98.29 | 204.59 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 95 | 234 | 0.77 | 0.59 | 0 | 0.08 | 226.08 | 0.81 | 0.56 |
| Hex | 35 | 5F | EA | 4D | 3B | 0 | 8 | E2 | 51 | 38 |
| Octal | 65 | 137 | 352 | 115 | 73 | 0 | 10 | 342 | 121 | 70 |
| Binary | 110101 | 1011111 | 11101010 | 1001101 | 111011 | 0 | 1000 | 11100010 | 1010001 | 111000 |
Color Harmonies of #355FEA
Complementary color
Monochromatic Colors of #355FEA
Black with #355FEA
Text Example
Text Example
White with #355FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355FEA; }
p { color: rgb(53,95,234); }
H1.HeaderClassName
{
color: #355FEA;
}
.AnyTagClassName
{
color: #355FEA;
}
</style>
background-color css
<style>
a { background-color: #355FEA; }
a { background-color: rgb(53,95,234); }
div.DivClassName
{
background-color: #355FEA;
}
.BgClassName
{
background-color: #355FEA;
}
</style>
border-color css
<style>
span { border-color: #355FEA; }
span { border-color: rgb(53,95,234); }
td.TdClassName
{
border-color: #355FEA;
}
.TagClassName
{
border-color: #355FEA;
}
</style>