Shades of Medium Blue #3500BC
Tints of Medium Blue #3500BC
RGB
CMYK
RGB Variations
Color information
#3500BC (or 0x3500BC) is known color: Medium Blue. HEX triplet: 35, 00 and BC. RGB value is (53,0,188). Sum of RGB (Red+Green+Blue) = 53+0+188=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 188 (73.83% from 255 or 78.01% from 241); Max value from RGB is 188 - color contains mainly: blue. Hex color #3500BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3500BC is #CAFF43. Grayscale: #242424. Windows color (decimal): -13303620 or 12320821. OLE color: 12320821.
HSL color Cylindrical-coordinate representation of color #3500BC: hue angle of 256.91º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3500BC is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 0 | 188 | - |
| CMYK | 0.72 | 1 | 0 | 0.26 |
| HSL | 256.91º | 1% | 0.37% | - |
| HSV(B) | 256.91º | 1% | 0.74% | - |
| XYZ | 10.55 | 4.39 | 47.87 | - |
| YUV | 37.28 | 213.06 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 0 | 188 | 0.72 | 1 | 0 | 0.26 | 256.91 | 1 | 0.37 |
| Hex | 35 | 0 | BC | 48 | 64 | 0 | 1A | 101 | 64 | 25 |
| Octal | 65 | 0 | 274 | 110 | 144 | 0 | 32 | 401 | 144 | 45 |
| Binary | 110101 | 0 | 10111100 | 1001000 | 1100100 | 0 | 11010 | 100000001 | 1100100 | 100101 |
Color Harmonies of #3500BC
Complementary color
Monochromatic Colors of #3500BC
Black with #3500BC
Text Example
Text Example
White with #3500BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3500BC; }
p { color: rgb(53,0,188); }
H1.HeaderClassName
{
color: #3500BC;
}
.AnyTagClassName
{
color: #3500BC;
}
</style>
background-color css
<style>
a { background-color: #3500BC; }
a { background-color: rgb(53,0,188); }
div.DivClassName
{
background-color: #3500BC;
}
.BgClassName
{
background-color: #3500BC;
}
</style>
border-color css
<style>
span { border-color: #3500BC; }
span { border-color: rgb(53,0,188); }
td.TdClassName
{
border-color: #3500BC;
}
.TagClassName
{
border-color: #3500BC;
}
</style>