Shades of Medium Blue #3505CB
Tints of Medium Blue #3505CB
RGB
CMYK
RGB Variations
Color information
#3505CB (or 0x3505CB) is known color: Medium Blue. HEX triplet: 35, 05 and CB. RGB value is (53,5,203). Sum of RGB (Red+Green+Blue) = 53+5+203=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 203 (79.69% from 255 or 77.78% from 261); Max value from RGB is 203 - color contains mainly: blue. Hex color #3505CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3505CB is #CAFA34. Grayscale: #292929. Windows color (decimal): -13302325 or 13305141. OLE color: 13305141.
HSL color Cylindrical-coordinate representation of color #3505CB: hue angle of 254.55º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3505CB is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 5 | 203 | - |
| CMYK | 0.74 | 0.98 | 0 | 0.20 |
| HSL | 254.55º | 0.95% | 0.41% | - |
| HSV(B) | 254.55º | 0.98% | 0.8% | - |
| XYZ | 12.3 | 5.18 | 56.85 | - |
| YUV | 41.92 | 218.9 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 5 | 203 | 0.74 | 0.98 | 0 | 0.20 | 254.55 | 0.95 | 0.41 |
| Hex | 35 | 5 | CB | 4A | 62 | 0 | 14 | FF | 5F | 29 |
| Octal | 65 | 5 | 313 | 112 | 142 | 0 | 24 | 377 | 137 | 51 |
| Binary | 110101 | 101 | 11001011 | 1001010 | 1100010 | 0 | 10100 | 11111111 | 1011111 | 101001 |
Color Harmonies of #3505CB
Complementary color
Monochromatic Colors of #3505CB
Black with #3505CB
Text Example
Text Example
White with #3505CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3505CB; }
p { color: rgb(53,5,203); }
H1.HeaderClassName
{
color: #3505CB;
}
.AnyTagClassName
{
color: #3505CB;
}
</style>
background-color css
<style>
a { background-color: #3505CB; }
a { background-color: rgb(53,5,203); }
div.DivClassName
{
background-color: #3505CB;
}
.BgClassName
{
background-color: #3505CB;
}
</style>
border-color css
<style>
span { border-color: #3505CB; }
span { border-color: rgb(53,5,203); }
td.TdClassName
{
border-color: #3505CB;
}
.TagClassName
{
border-color: #3505CB;
}
</style>