Shades of Medium Blue #3502C2
Tints of Medium Blue #3502C2
RGB
CMYK
RGB Variations
Color information
#3502C2 (or 0x3502C2) is known color: Medium Blue. HEX triplet: 35, 02 and C2. RGB value is (53,2,194). Sum of RGB (Red+Green+Blue) = 53+2+194=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 194 (76.17% from 255 or 77.91% from 249); Max value from RGB is 194 - color contains mainly: blue. Hex color #3502C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3502C2 is #CAFD3D. Grayscale: #262626. Windows color (decimal): -13303102 or 12714549. OLE color: 12714549.
HSL color Cylindrical-coordinate representation of color #3502C2: hue angle of 255.94º 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 #3502C2 is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 2 | 194 | - |
| CMYK | 0.73 | 0.99 | 0 | 0.24 |
| HSL | 255.94º | 0.98% | 0.38% | - |
| HSV(B) | 255.94º | 0.99% | 0.76% | - |
| XYZ | 11.23 | 4.7 | 51.35 | - |
| YUV | 39.14 | 215.4 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 2 | 194 | 0.73 | 0.99 | 0 | 0.24 | 255.94 | 0.98 | 0.38 |
| Hex | 35 | 2 | C2 | 49 | 63 | 0 | 18 | 100 | 62 | 26 |
| Octal | 65 | 2 | 302 | 111 | 143 | 0 | 30 | 400 | 142 | 46 |
| Binary | 110101 | 10 | 11000010 | 1001001 | 1100011 | 0 | 11000 | 100000000 | 1100010 | 100110 |
Color Harmonies of #3502C2
Complementary color
Monochromatic Colors of #3502C2
Black with #3502C2
Text Example
Text Example
White with #3502C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3502C2; }
p { color: rgb(53,2,194); }
H1.HeaderClassName
{
color: #3502C2;
}
.AnyTagClassName
{
color: #3502C2;
}
</style>
background-color css
<style>
a { background-color: #3502C2; }
a { background-color: rgb(53,2,194); }
div.DivClassName
{
background-color: #3502C2;
}
.BgClassName
{
background-color: #3502C2;
}
</style>
border-color css
<style>
span { border-color: #3502C2; }
span { border-color: rgb(53,2,194); }
td.TdClassName
{
border-color: #3502C2;
}
.TagClassName
{
border-color: #3502C2;
}
</style>