Shades of Royal Blue #355FD2
Tints of Royal Blue #355FD2
RGB
CMYK
RGB Variations
Color information
#355FD2 (or 0x355FD2) is known color: Royal Blue. HEX triplet: 35, 5F and D2. RGB value is (53,95,210). Sum of RGB (Red+Green+Blue) = 53+95+210=358 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.80% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 210 (82.42% from 255 or 58.66% from 358); Max value from RGB is 210 - color contains mainly: blue. Hex color #355FD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355FD2 is #CAA02D. Grayscale: #5F5F5F. Windows color (decimal): -13279278 or 13786933. OLE color: 13786933.
HSL color Cylindrical-coordinate representation of color #355FD2: hue angle of 223.95º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #355FD2 is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 95 | 210 | - |
| CMYK | 0.75 | 0.55 | 0 | 0.18 |
| HSL | 223.95º | 0.64% | 0.52% | - |
| HSV(B) | 223.95º | 0.75% | 0.82% | - |
| XYZ | 17.19 | 13.59 | 62.69 | - |
| YUV | 95.55 | 192.59 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 95 | 210 | 0.75 | 0.55 | 0 | 0.18 | 223.95 | 0.64 | 0.52 |
| Hex | 35 | 5F | D2 | 4B | 37 | 0 | 12 | E0 | 40 | 34 |
| Octal | 65 | 137 | 322 | 113 | 67 | 0 | 22 | 340 | 100 | 64 |
| Binary | 110101 | 1011111 | 11010010 | 1001011 | 110111 | 0 | 10010 | 11100000 | 1000000 | 110100 |
Color Harmonies of #355FD2
Complementary color
Monochromatic Colors of #355FD2
Black with #355FD2
Text Example
Text Example
White with #355FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355FD2; }
p { color: rgb(53,95,210); }
H1.HeaderClassName
{
color: #355FD2;
}
.AnyTagClassName
{
color: #355FD2;
}
</style>
background-color css
<style>
a { background-color: #355FD2; }
a { background-color: rgb(53,95,210); }
div.DivClassName
{
background-color: #355FD2;
}
.BgClassName
{
background-color: #355FD2;
}
</style>
border-color css
<style>
span { border-color: #355FD2; }
span { border-color: rgb(53,95,210); }
td.TdClassName
{
border-color: #355FD2;
}
.TagClassName
{
border-color: #355FD2;
}
</style>