Shades of Medium Blue #3507CB
Tints of Medium Blue #3507CB
RGB
CMYK
RGB Variations
Color information
#3507CB (or 0x3507CB) is known color: Medium Blue. HEX triplet: 35, 07 and CB. RGB value is (53,7,203). Sum of RGB (Red+Green+Blue) = 53+7+203=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 7 (3.12% from 255 or 2.66% from 263); Blue value is 203 (79.69% from 255 or 77.19% from 263); Max value from RGB is 203 - color contains mainly: blue. Hex color #3507CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3507CB is #CAF834. Grayscale: #2A2A2A. Windows color (decimal): -13301813 or 13305653. OLE color: 13305653.
HSL color Cylindrical-coordinate representation of color #3507CB: hue angle of 254.08º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3507CB is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 7 | 203 | - |
| CMYK | 0.74 | 0.97 | 0 | 0.20 |
| HSL | 254.08º | 0.93% | 0.41% | - |
| HSV(B) | 254.08º | 0.97% | 0.8% | - |
| XYZ | 12.32 | 5.22 | 56.86 | - |
| YUV | 43.1 | 218.24 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 7 | 203 | 0.74 | 0.97 | 0 | 0.20 | 254.08 | 0.93 | 0.41 |
| Hex | 35 | 7 | CB | 4A | 61 | 0 | 14 | FE | 5D | 29 |
| Octal | 65 | 7 | 313 | 112 | 141 | 0 | 24 | 376 | 135 | 51 |
| Binary | 110101 | 111 | 11001011 | 1001010 | 1100001 | 0 | 10100 | 11111110 | 1011101 | 101001 |
Color Harmonies of #3507CB
Complementary color
Monochromatic Colors of #3507CB
Black with #3507CB
Text Example
Text Example
White with #3507CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3507CB; }
p { color: rgb(53,7,203); }
H1.HeaderClassName
{
color: #3507CB;
}
.AnyTagClassName
{
color: #3507CB;
}
</style>
background-color css
<style>
a { background-color: #3507CB; }
a { background-color: rgb(53,7,203); }
div.DivClassName
{
background-color: #3507CB;
}
.BgClassName
{
background-color: #3507CB;
}
</style>
border-color css
<style>
span { border-color: #3507CB; }
span { border-color: rgb(53,7,203); }
td.TdClassName
{
border-color: #3507CB;
}
.TagClassName
{
border-color: #3507CB;
}
</style>