Shades of Medium Blue #3507BD
Tints of Medium Blue #3507BD
RGB
CMYK
RGB Variations
Color information
#3507BD (or 0x3507BD) is known color: Medium Blue. HEX triplet: 35, 07 and BD. RGB value is (53,7,189). Sum of RGB (Red+Green+Blue) = 53+7+189=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 189 (74.22% from 255 or 75.90% from 249); Max value from RGB is 189 - color contains mainly: blue. Hex color #3507BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3507BD is #CAF842. Grayscale: #282828. Windows color (decimal): -13301827 or 12388149. OLE color: 12388149.
HSL color Cylindrical-coordinate representation of color #3507BD: hue angle of 255.16º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3507BD is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 7 | 189 | - |
| CMYK | 0.72 | 0.96 | 0 | 0.26 |
| HSL | 255.16º | 0.93% | 0.38% | - |
| HSV(B) | 255.16º | 0.96% | 0.74% | - |
| XYZ | 10.73 | 4.58 | 48.46 | - |
| YUV | 41.5 | 211.24 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 7 | 189 | 0.72 | 0.96 | 0 | 0.26 | 255.16 | 0.93 | 0.38 |
| Hex | 35 | 7 | BD | 48 | 60 | 0 | 1A | FF | 5D | 26 |
| Octal | 65 | 7 | 275 | 110 | 140 | 0 | 32 | 377 | 135 | 46 |
| Binary | 110101 | 111 | 10111101 | 1001000 | 1100000 | 0 | 11010 | 11111111 | 1011101 | 100110 |
Color Harmonies of #3507BD
Complementary color
Monochromatic Colors of #3507BD
Black with #3507BD
Text Example
Text Example
White with #3507BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3507BD; }
p { color: rgb(53,7,189); }
H1.HeaderClassName
{
color: #3507BD;
}
.AnyTagClassName
{
color: #3507BD;
}
</style>
background-color css
<style>
a { background-color: #3507BD; }
a { background-color: rgb(53,7,189); }
div.DivClassName
{
background-color: #3507BD;
}
.BgClassName
{
background-color: #3507BD;
}
</style>
border-color css
<style>
span { border-color: #3507BD; }
span { border-color: rgb(53,7,189); }
td.TdClassName
{
border-color: #3507BD;
}
.TagClassName
{
border-color: #3507BD;
}
</style>