Shades of Medium Blue #3506CB
Tints of Medium Blue #3506CB
RGB
CMYK
RGB Variations
Color information
#3506CB (or 0x3506CB) is known color: Medium Blue. HEX triplet: 35, 06 and CB. RGB value is (53,6,203). Sum of RGB (Red+Green+Blue) = 53+6+203=262 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.23% from 262); Green value is 6 (2.73% from 255 or 2.29% from 262); Blue value is 203 (79.69% from 255 or 77.48% from 262); Max value from RGB is 203 - color contains mainly: blue. Hex color #3506CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3506CB is #CAF934. Grayscale: #292929. Windows color (decimal): -13302069 or 13305397. OLE color: 13305397.
HSL color Cylindrical-coordinate representation of color #3506CB: hue angle of 254.31º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3506CB is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 6 | 203 | - |
| CMYK | 0.74 | 0.97 | 0 | 0.20 |
| HSL | 254.31º | 0.94% | 0.41% | - |
| HSV(B) | 254.31º | 0.97% | 0.8% | - |
| XYZ | 12.31 | 5.2 | 56.85 | - |
| YUV | 42.51 | 218.57 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 6 | 203 | 0.74 | 0.97 | 0 | 0.20 | 254.31 | 0.94 | 0.41 |
| Hex | 35 | 6 | CB | 4A | 61 | 0 | 14 | FE | 5E | 29 |
| Octal | 65 | 6 | 313 | 112 | 141 | 0 | 24 | 376 | 136 | 51 |
| Binary | 110101 | 110 | 11001011 | 1001010 | 1100001 | 0 | 10100 | 11111110 | 1011110 | 101001 |
Color Harmonies of #3506CB
Complementary color
Monochromatic Colors of #3506CB
Black with #3506CB
Text Example
Text Example
White with #3506CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3506CB; }
p { color: rgb(53,6,203); }
H1.HeaderClassName
{
color: #3506CB;
}
.AnyTagClassName
{
color: #3506CB;
}
</style>
background-color css
<style>
a { background-color: #3506CB; }
a { background-color: rgb(53,6,203); }
div.DivClassName
{
background-color: #3506CB;
}
.BgClassName
{
background-color: #3506CB;
}
</style>
border-color css
<style>
span { border-color: #3506CB; }
span { border-color: rgb(53,6,203); }
td.TdClassName
{
border-color: #3506CB;
}
.TagClassName
{
border-color: #3506CB;
}
</style>