Shades of Royal Blue #355DD4
Tints of Royal Blue #355DD4
RGB
CMYK
RGB Variations
Color information
#355DD4 (or 0x355DD4) is known color: Royal Blue. HEX triplet: 35, 5D and D4. RGB value is (53,93,212). Sum of RGB (Red+Green+Blue) = 53+93+212=358 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.80% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 212 (83.20% from 255 or 59.22% from 358); Max value from RGB is 212 - color contains mainly: blue. Hex color #355DD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355DD4 is #CAA22B. Grayscale: #5E5E5E. Windows color (decimal): -13279788 or 13917493. OLE color: 13917493.
HSL color Cylindrical-coordinate representation of color #355DD4: hue angle of 224.91º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #355DD4 is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 53 | 93 | 212 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.17 |
| HSL | 224.91º | 0.65% | 0.52% | - |
| HSV(B) | 224.91º | 0.75% | 0.83% | - |
| XYZ | 17.27 | 13.34 | 63.95 | - |
| YUV | 94.61 | 194.25 | 98.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 93 | 212 | 0.75 | 0.56 | 0 | 0.17 | 224.91 | 0.65 | 0.52 |
| Hex | 35 | 5D | D4 | 4B | 38 | 0 | 11 | E1 | 41 | 34 |
| Octal | 65 | 135 | 324 | 113 | 70 | 0 | 21 | 341 | 101 | 64 |
| Binary | 110101 | 1011101 | 11010100 | 1001011 | 111000 | 0 | 10001 | 11100001 | 1000001 | 110100 |
Color Harmonies of #355DD4
Complementary color
Monochromatic Colors of #355DD4
Black with #355DD4
Text Example
Text Example
White with #355DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355DD4; }
p { color: rgb(53,93,212); }
H1.HeaderClassName
{
color: #355DD4;
}
.AnyTagClassName
{
color: #355DD4;
}
</style>
background-color css
<style>
a { background-color: #355DD4; }
a { background-color: rgb(53,93,212); }
div.DivClassName
{
background-color: #355DD4;
}
.BgClassName
{
background-color: #355DD4;
}
</style>
border-color css
<style>
span { border-color: #355DD4; }
span { border-color: rgb(53,93,212); }
td.TdClassName
{
border-color: #355DD4;
}
.TagClassName
{
border-color: #355DD4;
}
</style>