Shades of Medium Blue #3505CA
Tints of Medium Blue #3505CA
RGB
CMYK
RGB Variations
Color information
#3505CA (or 0x3505CA) is known color: Medium Blue. HEX triplet: 35, 05 and CA. RGB value is (53,5,202). Sum of RGB (Red+Green+Blue) = 53+5+202=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 202 (79.30% from 255 or 77.69% from 260); Max value from RGB is 202 - color contains mainly: blue. Hex color #3505CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3505CA is #CAFA35. Grayscale: #292929. Windows color (decimal): -13302326 or 13239605. OLE color: 13239605.
HSL color Cylindrical-coordinate representation of color #3505CA: hue angle of 254.62º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3505CA is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 53 | 5 | 202 | - |
| CMYK | 0.74 | 0.98 | 0 | 0.21 |
| HSL | 254.62º | 0.95% | 0.41% | - |
| HSV(B) | 254.62º | 0.98% | 0.79% | - |
| XYZ | 12.18 | 5.13 | 56.23 | - |
| YUV | 41.81 | 218.4 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 5 | 202 | 0.74 | 0.98 | 0 | 0.21 | 254.62 | 0.95 | 0.41 |
| Hex | 35 | 5 | CA | 4A | 62 | 0 | 15 | FF | 5F | 29 |
| Octal | 65 | 5 | 312 | 112 | 142 | 0 | 25 | 377 | 137 | 51 |
| Binary | 110101 | 101 | 11001010 | 1001010 | 1100010 | 0 | 10101 | 11111111 | 1011111 | 101001 |
Color Harmonies of #3505CA
Complementary color
Monochromatic Colors of #3505CA
Black with #3505CA
Text Example
Text Example
White with #3505CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3505CA; }
p { color: rgb(53,5,202); }
H1.HeaderClassName
{
color: #3505CA;
}
.AnyTagClassName
{
color: #3505CA;
}
</style>
background-color css
<style>
a { background-color: #3505CA; }
a { background-color: rgb(53,5,202); }
div.DivClassName
{
background-color: #3505CA;
}
.BgClassName
{
background-color: #3505CA;
}
</style>
border-color css
<style>
span { border-color: #3505CA; }
span { border-color: rgb(53,5,202); }
td.TdClassName
{
border-color: #3505CA;
}
.TagClassName
{
border-color: #3505CA;
}
</style>