Shades of Medium Blue #3502BC
Tints of Medium Blue #3502BC
RGB
CMYK
RGB Variations
Color information
#3502BC (or 0x3502BC) is known color: Medium Blue. HEX triplet: 35, 02 and BC. RGB value is (53,2,188). Sum of RGB (Red+Green+Blue) = 53+2+188=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 188 (73.83% from 255 or 77.37% from 243); Max value from RGB is 188 - color contains mainly: blue. Hex color #3502BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3502BC is #CAFD43. Grayscale: #252525. Windows color (decimal): -13303108 or 12321333. OLE color: 12321333.
HSL color Cylindrical-coordinate representation of color #3502BC: hue angle of 256.45º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3502BC is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 2 | 188 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.26 |
| HSL | 256.45º | 0.98% | 0.37% | - |
| HSV(B) | 256.45º | 0.99% | 0.74% | - |
| XYZ | 10.57 | 4.43 | 47.88 | - |
| YUV | 38.45 | 212.4 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 2 | 188 | 0.72 | 0.99 | 0 | 0.26 | 256.45 | 0.98 | 0.37 |
| Hex | 35 | 2 | BC | 48 | 63 | 0 | 1A | 100 | 62 | 25 |
| Octal | 65 | 2 | 274 | 110 | 143 | 0 | 32 | 400 | 142 | 45 |
| Binary | 110101 | 10 | 10111100 | 1001000 | 1100011 | 0 | 11010 | 100000000 | 1100010 | 100101 |
Color Harmonies of #3502BC
Complementary color
Monochromatic Colors of #3502BC
Black with #3502BC
Text Example
Text Example
White with #3502BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3502BC; }
p { color: rgb(53,2,188); }
H1.HeaderClassName
{
color: #3502BC;
}
.AnyTagClassName
{
color: #3502BC;
}
</style>
background-color css
<style>
a { background-color: #3502BC; }
a { background-color: rgb(53,2,188); }
div.DivClassName
{
background-color: #3502BC;
}
.BgClassName
{
background-color: #3502BC;
}
</style>
border-color css
<style>
span { border-color: #3502BC; }
span { border-color: rgb(53,2,188); }
td.TdClassName
{
border-color: #3502BC;
}
.TagClassName
{
border-color: #3502BC;
}
</style>