Shades of Medium Blue #350DC5
Tints of Medium Blue #350DC5
RGB
CMYK
RGB Variations
Color information
#350DC5 (or 0x350DC5) is known color: Medium Blue. HEX triplet: 35, 0D and C5. RGB value is (53,13,197). Sum of RGB (Red+Green+Blue) = 53+13+197=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 13 (5.47% from 255 or 4.94% from 263); Blue value is 197 (77.34% from 255 or 74.90% from 263); Max value from RGB is 197 - color contains mainly: blue. Hex color #350DC5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350DC5 is #CAF23A. Grayscale: #2D2D2D. Windows color (decimal): -13300283 or 12913973. OLE color: 12913973.
HSL color Cylindrical-coordinate representation of color #350DC5: hue angle of 253.04º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #350DC5 is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 53 | 13 | 197 | - |
| CMYK | 0.73 | 0.93 | 0 | 0.23 |
| HSL | 253.04º | 0.88% | 0.41% | - |
| HSV(B) | 253.04º | 0.93% | 0.77% | - |
| XYZ | 11.69 | 5.08 | 53.19 | - |
| YUV | 45.94 | 213.25 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 13 | 197 | 0.73 | 0.93 | 0 | 0.23 | 253.04 | 0.88 | 0.41 |
| Hex | 35 | D | C5 | 49 | 5D | 0 | 17 | FD | 58 | 29 |
| Octal | 65 | 15 | 305 | 111 | 135 | 0 | 27 | 375 | 130 | 51 |
| Binary | 110101 | 1101 | 11000101 | 1001001 | 1011101 | 0 | 10111 | 11111101 | 1011000 | 101001 |
Color Harmonies of #350DC5
Complementary color
Monochromatic Colors of #350DC5
Black with #350DC5
Text Example
Text Example
White with #350DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350DC5; }
p { color: rgb(53,13,197); }
H1.HeaderClassName
{
color: #350DC5;
}
.AnyTagClassName
{
color: #350DC5;
}
</style>
background-color css
<style>
a { background-color: #350DC5; }
a { background-color: rgb(53,13,197); }
div.DivClassName
{
background-color: #350DC5;
}
.BgClassName
{
background-color: #350DC5;
}
</style>
border-color css
<style>
span { border-color: #350DC5; }
span { border-color: rgb(53,13,197); }
td.TdClassName
{
border-color: #350DC5;
}
.TagClassName
{
border-color: #350DC5;
}
</style>