Shades of Medium Blue #3507BF
Tints of Medium Blue #3507BF
RGB
CMYK
RGB Variations
Color information
#3507BF (or 0x3507BF) is known color: Medium Blue. HEX triplet: 35, 07 and BF. RGB value is (53,7,191). Sum of RGB (Red+Green+Blue) = 53+7+191=251 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.12% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 191 (75% from 255 or 76.10% from 251); Max value from RGB is 191 - color contains mainly: blue. Hex color #3507BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3507BF is #CAF840. Grayscale: #292929. Windows color (decimal): -13301825 or 12519221. OLE color: 12519221.
HSL color Cylindrical-coordinate representation of color #3507BF: hue angle of 255º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3507BF is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 53 | 7 | 191 | - |
| CMYK | 0.72 | 0.96 | 0 | 0.25 |
| HSL | 255º | 0.93% | 0.39% | - |
| HSV(B) | 255º | 0.96% | 0.75% | - |
| XYZ | 10.95 | 4.67 | 49.61 | - |
| YUV | 41.73 | 212.24 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 7 | 191 | 0.72 | 0.96 | 0 | 0.25 | 255 | 0.93 | 0.39 |
| Hex | 35 | 7 | BF | 48 | 60 | 0 | 19 | FF | 5D | 27 |
| Octal | 65 | 7 | 277 | 110 | 140 | 0 | 31 | 377 | 135 | 47 |
| Binary | 110101 | 111 | 10111111 | 1001000 | 1100000 | 0 | 11001 | 11111111 | 1011101 | 100111 |
Color Harmonies of #3507BF
Complementary color
Monochromatic Colors of #3507BF
Black with #3507BF
Text Example
Text Example
White with #3507BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3507BF; }
p { color: rgb(53,7,191); }
H1.HeaderClassName
{
color: #3507BF;
}
.AnyTagClassName
{
color: #3507BF;
}
</style>
background-color css
<style>
a { background-color: #3507BF; }
a { background-color: rgb(53,7,191); }
div.DivClassName
{
background-color: #3507BF;
}
.BgClassName
{
background-color: #3507BF;
}
</style>
border-color css
<style>
span { border-color: #3507BF; }
span { border-color: rgb(53,7,191); }
td.TdClassName
{
border-color: #3507BF;
}
.TagClassName
{
border-color: #3507BF;
}
</style>