Shades of Royal Blue #355FDA
Tints of Royal Blue #355FDA
RGB
CMYK
RGB Variations
Color information
#355FDA (or 0x355FDA) is known color: Royal Blue. HEX triplet: 35, 5F and DA. RGB value is (53,95,218). Sum of RGB (Red+Green+Blue) = 53+95+218=366 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.48% from 366); Green value is 95 (37.5% from 255 or 25.96% from 366); Blue value is 218 (85.55% from 255 or 59.56% from 366); Max value from RGB is 218 - color contains mainly: blue. Hex color #355FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355FDA is #CAA025. Grayscale: #5F5F5F. Windows color (decimal): -13279270 or 14311221. OLE color: 14311221.
HSL color Cylindrical-coordinate representation of color #355FDA: hue angle of 224.73º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #355FDA is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 53 | 95 | 218 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.15 |
| HSL | 224.73º | 0.69% | 0.53% | - |
| HSV(B) | 224.73º | 0.76% | 0.85% | - |
| XYZ | 18.22 | 14 | 68.07 | - |
| YUV | 96.46 | 196.59 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 95 | 218 | 0.76 | 0.56 | 0 | 0.15 | 224.73 | 0.69 | 0.53 |
| Hex | 35 | 5F | DA | 4C | 38 | 0 | F | E1 | 45 | 35 |
| Octal | 65 | 137 | 332 | 114 | 70 | 0 | 17 | 341 | 105 | 65 |
| Binary | 110101 | 1011111 | 11011010 | 1001100 | 111000 | 0 | 1111 | 11100001 | 1000101 | 110101 |
Color Harmonies of #355FDA
Complementary color
Monochromatic Colors of #355FDA
Black with #355FDA
Text Example
Text Example
White with #355FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355FDA; }
p { color: rgb(53,95,218); }
H1.HeaderClassName
{
color: #355FDA;
}
.AnyTagClassName
{
color: #355FDA;
}
</style>
background-color css
<style>
a { background-color: #355FDA; }
a { background-color: rgb(53,95,218); }
div.DivClassName
{
background-color: #355FDA;
}
.BgClassName
{
background-color: #355FDA;
}
</style>
border-color css
<style>
span { border-color: #355FDA; }
span { border-color: rgb(53,95,218); }
td.TdClassName
{
border-color: #355FDA;
}
.TagClassName
{
border-color: #355FDA;
}
</style>