Shades of Medium Blue #3502C1
Tints of Medium Blue #3502C1
RGB
CMYK
RGB Variations
Color information
#3502C1 (or 0x3502C1) is known color: Medium Blue. HEX triplet: 35, 02 and C1. RGB value is (53,2,193). Sum of RGB (Red+Green+Blue) = 53+2+193=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 193 (75.78% from 255 or 77.82% from 248); Max value from RGB is 193 - color contains mainly: blue. Hex color #3502C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3502C1 is #CAFD3E. Grayscale: #262626. Windows color (decimal): -13303103 or 12649013. OLE color: 12649013.
HSL color Cylindrical-coordinate representation of color #3502C1: hue angle of 256.02º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3502C1 is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 2 | 193 | - |
| CMYK | 0.73 | 0.99 | 0 | 0.24 |
| HSL | 256.02º | 0.98% | 0.38% | - |
| HSV(B) | 256.02º | 0.99% | 0.76% | - |
| XYZ | 11.12 | 4.65 | 50.76 | - |
| YUV | 39.02 | 214.9 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 2 | 193 | 0.73 | 0.99 | 0 | 0.24 | 256.02 | 0.98 | 0.38 |
| Hex | 35 | 2 | C1 | 49 | 63 | 0 | 18 | 100 | 62 | 26 |
| Octal | 65 | 2 | 301 | 111 | 143 | 0 | 30 | 400 | 142 | 46 |
| Binary | 110101 | 10 | 11000001 | 1001001 | 1100011 | 0 | 11000 | 100000000 | 1100010 | 100110 |
Color Harmonies of #3502C1
Complementary color
Monochromatic Colors of #3502C1
Black with #3502C1
Text Example
Text Example
White with #3502C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3502C1; }
p { color: rgb(53,2,193); }
H1.HeaderClassName
{
color: #3502C1;
}
.AnyTagClassName
{
color: #3502C1;
}
</style>
background-color css
<style>
a { background-color: #3502C1; }
a { background-color: rgb(53,2,193); }
div.DivClassName
{
background-color: #3502C1;
}
.BgClassName
{
background-color: #3502C1;
}
</style>
border-color css
<style>
span { border-color: #3502C1; }
span { border-color: rgb(53,2,193); }
td.TdClassName
{
border-color: #3502C1;
}
.TagClassName
{
border-color: #3502C1;
}
</style>