Shades of Medium Blue #3209CB
Tints of Medium Blue #3209CB
RGB
CMYK
RGB Variations
Color information
#3209CB (or 0x3209CB) is known color: Medium Blue. HEX triplet: 32, 09 and CB. RGB value is (50,9,203). Sum of RGB (Red+Green+Blue) = 50+9+203=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 9 (3.91% from 255 or 3.44% 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 #3209CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3209CB is #CDF634. Grayscale: #2A2A2A. Windows color (decimal): -13497909 or 13306162. OLE color: 13306162.
HSL color Cylindrical-coordinate representation of color #3209CB: hue angle of 252.68º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3209CB is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 9 | 203 | - |
| CMYK | 0.75 | 0.96 | 0 | 0.20 |
| HSL | 252.68º | 0.92% | 0.42% | - |
| HSV(B) | 252.68º | 0.96% | 0.8% | - |
| XYZ | 12.19 | 5.19 | 56.86 | - |
| YUV | 43.38 | 218.08 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 9 | 203 | 0.75 | 0.96 | 0 | 0.20 | 252.68 | 0.92 | 0.42 |
| Hex | 32 | 9 | CB | 4B | 60 | 0 | 14 | FD | 5C | 2A |
| Octal | 62 | 11 | 313 | 113 | 140 | 0 | 24 | 375 | 134 | 52 |
| Binary | 110010 | 1001 | 11001011 | 1001011 | 1100000 | 0 | 10100 | 11111101 | 1011100 | 101010 |
Color Harmonies of #3209CB
Complementary color
Monochromatic Colors of #3209CB
Black with #3209CB
Text Example
Text Example
White with #3209CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3209CB; }
p { color: rgb(50,9,203); }
H1.HeaderClassName
{
color: #3209CB;
}
.AnyTagClassName
{
color: #3209CB;
}
</style>
background-color css
<style>
a { background-color: #3209CB; }
a { background-color: rgb(50,9,203); }
div.DivClassName
{
background-color: #3209CB;
}
.BgClassName
{
background-color: #3209CB;
}
</style>
border-color css
<style>
span { border-color: #3209CB; }
span { border-color: rgb(50,9,203); }
td.TdClassName
{
border-color: #3209CB;
}
.TagClassName
{
border-color: #3209CB;
}
</style>