Shades of Medium Blue #3504BD
Tints of Medium Blue #3504BD
RGB
CMYK
RGB Variations
Color information
#3504BD (or 0x3504BD) is known color: Medium Blue. HEX triplet: 35, 04 and BD. RGB value is (53,4,189). Sum of RGB (Red+Green+Blue) = 53+4+189=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 189 (74.22% from 255 or 76.83% from 246); Max value from RGB is 189 - color contains mainly: blue. Hex color #3504BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3504BD is #CAFB42. Grayscale: #272727. Windows color (decimal): -13302595 or 12387381. OLE color: 12387381.
HSL color Cylindrical-coordinate representation of color #3504BD: hue angle of 255.89º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3504BD is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 4 | 189 | - |
| CMYK | 0.72 | 0.98 | 0 | 0.26 |
| HSL | 255.89º | 0.96% | 0.38% | - |
| HSV(B) | 255.89º | 0.98% | 0.74% | - |
| XYZ | 10.7 | 4.52 | 48.45 | - |
| YUV | 39.74 | 212.23 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 4 | 189 | 0.72 | 0.98 | 0 | 0.26 | 255.89 | 0.96 | 0.38 |
| Hex | 35 | 4 | BD | 48 | 62 | 0 | 1A | 100 | 60 | 26 |
| Octal | 65 | 4 | 275 | 110 | 142 | 0 | 32 | 400 | 140 | 46 |
| Binary | 110101 | 100 | 10111101 | 1001000 | 1100010 | 0 | 11010 | 100000000 | 1100000 | 100110 |
Color Harmonies of #3504BD
Complementary color
Monochromatic Colors of #3504BD
Black with #3504BD
Text Example
Text Example
White with #3504BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3504BD; }
p { color: rgb(53,4,189); }
H1.HeaderClassName
{
color: #3504BD;
}
.AnyTagClassName
{
color: #3504BD;
}
</style>
background-color css
<style>
a { background-color: #3504BD; }
a { background-color: rgb(53,4,189); }
div.DivClassName
{
background-color: #3504BD;
}
.BgClassName
{
background-color: #3504BD;
}
</style>
border-color css
<style>
span { border-color: #3504BD; }
span { border-color: rgb(53,4,189); }
td.TdClassName
{
border-color: #3504BD;
}
.TagClassName
{
border-color: #3504BD;
}
</style>