Shades of Royal Blue #355AD7
Tints of Royal Blue #355AD7
RGB
CMYK
RGB Variations
Color information
#355AD7 (or 0x355AD7) is known color: Royal Blue. HEX triplet: 35, 5A and D7. RGB value is (53,90,215). Sum of RGB (Red+Green+Blue) = 53+90+215=358 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.80% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 215 (84.38% from 255 or 60.06% from 358); Max value from RGB is 215 - color contains mainly: blue. Hex color #355AD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355AD7 is #CAA528. Grayscale: #5C5C5C. Windows color (decimal): -13280553 or 14113333. OLE color: 14113333.
HSL color Cylindrical-coordinate representation of color #355AD7: hue angle of 226.3º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #355AD7 is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 53 | 90 | 215 | - |
| CMYK | 0.75 | 0.58 | 0 | 0.16 |
| HSL | 226.3º | 0.67% | 0.53% | - |
| HSV(B) | 226.3º | 0.75% | 0.84% | - |
| XYZ | 17.39 | 12.98 | 65.88 | - |
| YUV | 93.19 | 196.74 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 90 | 215 | 0.75 | 0.58 | 0 | 0.16 | 226.3 | 0.67 | 0.53 |
| Hex | 35 | 5A | D7 | 4B | 3A | 0 | 10 | E2 | 43 | 35 |
| Octal | 65 | 132 | 327 | 113 | 72 | 0 | 20 | 342 | 103 | 65 |
| Binary | 110101 | 1011010 | 11010111 | 1001011 | 111010 | 0 | 10000 | 11100010 | 1000011 | 110101 |
Color Harmonies of #355AD7
Complementary color
Monochromatic Colors of #355AD7
Black with #355AD7
Text Example
Text Example
White with #355AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355AD7; }
p { color: rgb(53,90,215); }
H1.HeaderClassName
{
color: #355AD7;
}
.AnyTagClassName
{
color: #355AD7;
}
</style>
background-color css
<style>
a { background-color: #355AD7; }
a { background-color: rgb(53,90,215); }
div.DivClassName
{
background-color: #355AD7;
}
.BgClassName
{
background-color: #355AD7;
}
</style>
border-color css
<style>
span { border-color: #355AD7; }
span { border-color: rgb(53,90,215); }
td.TdClassName
{
border-color: #355AD7;
}
.TagClassName
{
border-color: #355AD7;
}
</style>