Shades of Medium Blue #3500CB
Tints of Medium Blue #3500CB
RGB
CMYK
RGB Variations
Color information
#3500CB (or 0x3500CB) is known color: Medium Blue. HEX triplet: 35, 00 and CB. RGB value is (53,0,203). Sum of RGB (Red+Green+Blue) = 53+0+203=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 203 (79.69% from 255 or 79.30% from 256); Max value from RGB is 203 - color contains mainly: blue. Hex color #3500CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3500CB is #CAFF34. Grayscale: #262626. Windows color (decimal): -13303605 or 13303861. OLE color: 13303861.
HSL color Cylindrical-coordinate representation of color #3500CB: hue angle of 255.67º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3500CB is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 0 | 203 | - |
| CMYK | 0.74 | 1 | 0 | 0.20 |
| HSL | 255.67º | 1% | 0.4% | - |
| HSV(B) | 255.67º | 1% | 0.8% | - |
| XYZ | 12.25 | 5.07 | 56.83 | - |
| YUV | 38.99 | 220.56 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 0 | 203 | 0.74 | 1 | 0 | 0.20 | 255.67 | 1 | 0.4 |
| Hex | 35 | 0 | CB | 4A | 64 | 0 | 14 | 100 | 64 | 28 |
| Octal | 65 | 0 | 313 | 112 | 144 | 0 | 24 | 400 | 144 | 50 |
| Binary | 110101 | 0 | 11001011 | 1001010 | 1100100 | 0 | 10100 | 100000000 | 1100100 | 101000 |
Color Harmonies of #3500CB
Complementary color
Monochromatic Colors of #3500CB
Black with #3500CB
Text Example
Text Example
White with #3500CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3500CB; }
p { color: rgb(53,0,203); }
H1.HeaderClassName
{
color: #3500CB;
}
.AnyTagClassName
{
color: #3500CB;
}
</style>
background-color css
<style>
a { background-color: #3500CB; }
a { background-color: rgb(53,0,203); }
div.DivClassName
{
background-color: #3500CB;
}
.BgClassName
{
background-color: #3500CB;
}
</style>
border-color css
<style>
span { border-color: #3500CB; }
span { border-color: rgb(53,0,203); }
td.TdClassName
{
border-color: #3500CB;
}
.TagClassName
{
border-color: #3500CB;
}
</style>