Shades of Medium Blue #3500CD
Tints of Medium Blue #3500CD
RGB
CMYK
RGB Variations
Color information
#3500CD (or 0x3500CD) is known color: Medium Blue. HEX triplet: 35, 00 and CD. RGB value is (53,0,205). Sum of RGB (Red+Green+Blue) = 53+0+205=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 205 (80.47% from 255 or 79.46% from 258); Max value from RGB is 205 - color contains mainly: blue. Hex color #3500CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3500CD is #CAFF32. Grayscale: #262626. Windows color (decimal): -13303603 or 13434933. OLE color: 13434933.
HSL color Cylindrical-coordinate representation of color #3500CD: hue angle of 255.51º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3500CD is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 0 | 205 | - |
| CMYK | 0.74 | 1 | 0 | 0.20 |
| HSL | 255.51º | 1% | 0.4% | - |
| HSV(B) | 255.51º | 1% | 0.8% | - |
| XYZ | 12.49 | 5.16 | 58.1 | - |
| YUV | 39.22 | 221.56 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 0 | 205 | 0.74 | 1 | 0 | 0.20 | 255.51 | 1 | 0.4 |
| Hex | 35 | 0 | CD | 4A | 64 | 0 | 14 | 100 | 64 | 28 |
| Octal | 65 | 0 | 315 | 112 | 144 | 0 | 24 | 400 | 144 | 50 |
| Binary | 110101 | 0 | 11001101 | 1001010 | 1100100 | 0 | 10100 | 100000000 | 1100100 | 101000 |
Color Harmonies of #3500CD
Complementary color
Monochromatic Colors of #3500CD
Black with #3500CD
Text Example
Text Example
White with #3500CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3500CD; }
p { color: rgb(53,0,205); }
H1.HeaderClassName
{
color: #3500CD;
}
.AnyTagClassName
{
color: #3500CD;
}
</style>
background-color css
<style>
a { background-color: #3500CD; }
a { background-color: rgb(53,0,205); }
div.DivClassName
{
background-color: #3500CD;
}
.BgClassName
{
background-color: #3500CD;
}
</style>
border-color css
<style>
span { border-color: #3500CD; }
span { border-color: rgb(53,0,205); }
td.TdClassName
{
border-color: #3500CD;
}
.TagClassName
{
border-color: #3500CD;
}
</style>