Shades of Medium Blue #3501CA
Tints of Medium Blue #3501CA
RGB
CMYK
RGB Variations
Color information
#3501CA (or 0x3501CA) is known color: Medium Blue. HEX triplet: 35, 01 and CA. RGB value is (53,1,202). Sum of RGB (Red+Green+Blue) = 53+1+202=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 202 (79.30% from 255 or 78.91% from 256); Max value from RGB is 202 - color contains mainly: blue. Hex color #3501CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3501CA is #CAFE35. Grayscale: #262626. Windows color (decimal): -13303350 or 13238581. OLE color: 13238581.
HSL color Cylindrical-coordinate representation of color #3501CA: hue angle of 255.52º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3501CA is Cyan = 0.74, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 53 | 1 | 202 | - |
| CMYK | 0.74 | 1.00 | 0 | 0.21 |
| HSL | 255.52º | 0.99% | 0.4% | - |
| HSV(B) | 255.52º | 1% | 0.79% | - |
| XYZ | 12.14 | 5.04 | 56.21 | - |
| YUV | 39.46 | 219.73 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 1 | 202 | 0.74 | 1.00 | 0 | 0.21 | 255.52 | 0.99 | 0.4 |
| Hex | 35 | 1 | CA | 4A | 64 | 0 | 15 | 100 | 63 | 28 |
| Octal | 65 | 1 | 312 | 112 | 144 | 0 | 25 | 400 | 143 | 50 |
| Binary | 110101 | 1 | 11001010 | 1001010 | 1100100 | 0 | 10101 | 100000000 | 1100011 | 101000 |
Color Harmonies of #3501CA
Complementary color
Monochromatic Colors of #3501CA
Black with #3501CA
Text Example
Text Example
White with #3501CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3501CA; }
p { color: rgb(53,1,202); }
H1.HeaderClassName
{
color: #3501CA;
}
.AnyTagClassName
{
color: #3501CA;
}
</style>
background-color css
<style>
a { background-color: #3501CA; }
a { background-color: rgb(53,1,202); }
div.DivClassName
{
background-color: #3501CA;
}
.BgClassName
{
background-color: #3501CA;
}
</style>
border-color css
<style>
span { border-color: #3501CA; }
span { border-color: rgb(53,1,202); }
td.TdClassName
{
border-color: #3501CA;
}
.TagClassName
{
border-color: #3501CA;
}
</style>