Shades of Medium Blue #3503C5
Tints of Medium Blue #3503C5
RGB
CMYK
RGB Variations
Color information
#3503C5 (or 0x3503C5) is known color: Medium Blue. HEX triplet: 35, 03 and C5. RGB value is (53,3,197). Sum of RGB (Red+Green+Blue) = 53+3+197=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 197 (77.34% from 255 or 77.87% from 253); Max value from RGB is 197 - color contains mainly: blue. Hex color #3503C5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3503C5 is #CAFC3A. Grayscale: #272727. Windows color (decimal): -13302843 or 12911413. OLE color: 12911413.
HSL color Cylindrical-coordinate representation of color #3503C5: hue angle of 255.46º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3503C5 is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 53 | 3 | 197 | - |
| CMYK | 0.73 | 0.98 | 0 | 0.23 |
| HSL | 255.46º | 0.97% | 0.39% | - |
| HSV(B) | 255.46º | 0.98% | 0.77% | - |
| XYZ | 11.58 | 4.85 | 53.15 | - |
| YUV | 40.07 | 216.57 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 3 | 197 | 0.73 | 0.98 | 0 | 0.23 | 255.46 | 0.97 | 0.39 |
| Hex | 35 | 3 | C5 | 49 | 62 | 0 | 17 | FF | 61 | 27 |
| Octal | 65 | 3 | 305 | 111 | 142 | 0 | 27 | 377 | 141 | 47 |
| Binary | 110101 | 11 | 11000101 | 1001001 | 1100010 | 0 | 10111 | 11111111 | 1100001 | 100111 |
Color Harmonies of #3503C5
Complementary color
Monochromatic Colors of #3503C5
Black with #3503C5
Text Example
Text Example
White with #3503C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3503C5; }
p { color: rgb(53,3,197); }
H1.HeaderClassName
{
color: #3503C5;
}
.AnyTagClassName
{
color: #3503C5;
}
</style>
background-color css
<style>
a { background-color: #3503C5; }
a { background-color: rgb(53,3,197); }
div.DivClassName
{
background-color: #3503C5;
}
.BgClassName
{
background-color: #3503C5;
}
</style>
border-color css
<style>
span { border-color: #3503C5; }
span { border-color: rgb(53,3,197); }
td.TdClassName
{
border-color: #3503C5;
}
.TagClassName
{
border-color: #3503C5;
}
</style>