Shades of Royal Blue #355AD8
Tints of Royal Blue #355AD8
RGB
CMYK
RGB Variations
Color information
#355AD8 (or 0x355AD8) is known color: Royal Blue. HEX triplet: 35, 5A and D8. RGB value is (53,90,216). Sum of RGB (Red+Green+Blue) = 53+90+216=359 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.76% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 216 (84.77% from 255 or 60.17% from 359); Max value from RGB is 216 - color contains mainly: blue. Hex color #355AD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355AD8 is #CAA527. Grayscale: #5C5C5C. Windows color (decimal): -13280552 or 14178869. OLE color: 14178869.
HSL color Cylindrical-coordinate representation of color #355AD8: hue angle of 226.38º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #355AD8 is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 53 | 90 | 216 | - |
| CMYK | 0.75 | 0.58 | 0 | 0.15 |
| HSL | 226.38º | 0.68% | 0.53% | - |
| HSV(B) | 226.38º | 0.75% | 0.85% | - |
| XYZ | 17.52 | 13.03 | 66.56 | - |
| YUV | 93.3 | 197.24 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 90 | 216 | 0.75 | 0.58 | 0 | 0.15 | 226.38 | 0.68 | 0.53 |
| Hex | 35 | 5A | D8 | 4B | 3A | 0 | F | E2 | 44 | 35 |
| Octal | 65 | 132 | 330 | 113 | 72 | 0 | 17 | 342 | 104 | 65 |
| Binary | 110101 | 1011010 | 11011000 | 1001011 | 111010 | 0 | 1111 | 11100010 | 1000100 | 110101 |
Color Harmonies of #355AD8
Complementary color
Monochromatic Colors of #355AD8
Black with #355AD8
Text Example
Text Example
White with #355AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355AD8; }
p { color: rgb(53,90,216); }
H1.HeaderClassName
{
color: #355AD8;
}
.AnyTagClassName
{
color: #355AD8;
}
</style>
background-color css
<style>
a { background-color: #355AD8; }
a { background-color: rgb(53,90,216); }
div.DivClassName
{
background-color: #355AD8;
}
.BgClassName
{
background-color: #355AD8;
}
</style>
border-color css
<style>
span { border-color: #355AD8; }
span { border-color: rgb(53,90,216); }
td.TdClassName
{
border-color: #355AD8;
}
.TagClassName
{
border-color: #355AD8;
}
</style>