Shades of Medium Blue #3504C0
Tints of Medium Blue #3504C0
RGB
CMYK
RGB Variations
Color information
#3504C0 (or 0x3504C0) is known color: Medium Blue. HEX triplet: 35, 04 and C0. RGB value is (53,4,192). Sum of RGB (Red+Green+Blue) = 53+4+192=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 192 (75.39% from 255 or 77.11% from 249); Max value from RGB is 192 - color contains mainly: blue. Hex color #3504C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3504C0 is #CAFB3F. Grayscale: #272727. Windows color (decimal): -13302592 or 12583989. OLE color: 12583989.
HSL color Cylindrical-coordinate representation of color #3504C0: hue angle of 255.64º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3504C0 is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 53 | 4 | 192 | - |
| CMYK | 0.72 | 0.98 | 0 | 0.25 |
| HSL | 255.64º | 0.96% | 0.38% | - |
| HSV(B) | 255.64º | 0.98% | 0.75% | - |
| XYZ | 11.03 | 4.65 | 50.19 | - |
| YUV | 40.08 | 213.73 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 4 | 192 | 0.72 | 0.98 | 0 | 0.25 | 255.64 | 0.96 | 0.38 |
| Hex | 35 | 4 | C0 | 48 | 62 | 0 | 19 | 100 | 60 | 26 |
| Octal | 65 | 4 | 300 | 110 | 142 | 0 | 31 | 400 | 140 | 46 |
| Binary | 110101 | 100 | 11000000 | 1001000 | 1100010 | 0 | 11001 | 100000000 | 1100000 | 100110 |
Color Harmonies of #3504C0
Complementary color
Monochromatic Colors of #3504C0
Black with #3504C0
Text Example
Text Example
White with #3504C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3504C0; }
p { color: rgb(53,4,192); }
H1.HeaderClassName
{
color: #3504C0;
}
.AnyTagClassName
{
color: #3504C0;
}
</style>
background-color css
<style>
a { background-color: #3504C0; }
a { background-color: rgb(53,4,192); }
div.DivClassName
{
background-color: #3504C0;
}
.BgClassName
{
background-color: #3504C0;
}
</style>
border-color css
<style>
span { border-color: #3504C0; }
span { border-color: rgb(53,4,192); }
td.TdClassName
{
border-color: #3504C0;
}
.TagClassName
{
border-color: #3504C0;
}
</style>