Shades of Medium Blue #3502CB
Tints of Medium Blue #3502CB
RGB
CMYK
RGB Variations
Color information
#3502CB (or 0x3502CB) is known color: Medium Blue. HEX triplet: 35, 02 and CB. RGB value is (53,2,203). Sum of RGB (Red+Green+Blue) = 53+2+203=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 203 (79.69% from 255 or 78.68% from 258); Max value from RGB is 203 - color contains mainly: blue. Hex color #3502CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3502CB is #CAFD34. Grayscale: #272727. Windows color (decimal): -13303093 or 13304373. OLE color: 13304373.
HSL color Cylindrical-coordinate representation of color #3502CB: hue angle of 255.22º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3502CB is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 2 | 203 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.20 |
| HSL | 255.22º | 0.98% | 0.4% | - |
| HSV(B) | 255.22º | 0.99% | 0.8% | - |
| XYZ | 12.27 | 5.11 | 56.84 | - |
| YUV | 40.16 | 219.9 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 2 | 203 | 0.74 | 0.99 | 0 | 0.20 | 255.22 | 0.98 | 0.4 |
| Hex | 35 | 2 | CB | 4A | 63 | 0 | 14 | FF | 62 | 28 |
| Octal | 65 | 2 | 313 | 112 | 143 | 0 | 24 | 377 | 142 | 50 |
| Binary | 110101 | 10 | 11001011 | 1001010 | 1100011 | 0 | 10100 | 11111111 | 1100010 | 101000 |
Color Harmonies of #3502CB
Complementary color
Monochromatic Colors of #3502CB
Black with #3502CB
Text Example
Text Example
White with #3502CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3502CB; }
p { color: rgb(53,2,203); }
H1.HeaderClassName
{
color: #3502CB;
}
.AnyTagClassName
{
color: #3502CB;
}
</style>
background-color css
<style>
a { background-color: #3502CB; }
a { background-color: rgb(53,2,203); }
div.DivClassName
{
background-color: #3502CB;
}
.BgClassName
{
background-color: #3502CB;
}
</style>
border-color css
<style>
span { border-color: #3502CB; }
span { border-color: rgb(53,2,203); }
td.TdClassName
{
border-color: #3502CB;
}
.TagClassName
{
border-color: #3502CB;
}
</style>