Shades of Medium Blue #3202CB
Tints of Medium Blue #3202CB
RGB
CMYK
RGB Variations
Color information
#3202CB (or 0x3202CB) is known color: Medium Blue. HEX triplet: 32, 02 and CB. RGB value is (50,2,203). Sum of RGB (Red+Green+Blue) = 50+2+203=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 203 (79.69% from 255 or 79.61% from 255); Max value from RGB is 203 - color contains mainly: blue. Hex color #3202CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3202CB is #CDFD34. Grayscale: #262626. Windows color (decimal): -13499701 or 13304370. OLE color: 13304370.
HSL color Cylindrical-coordinate representation of color #3202CB: hue angle of 254.33º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3202CB is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 2 | 203 | - |
| CMYK | 0.75 | 0.99 | 0 | 0.20 |
| HSL | 254.33º | 0.98% | 0.4% | - |
| HSV(B) | 254.33º | 0.99% | 0.8% | - |
| XYZ | 12.12 | 5.03 | 56.83 | - |
| YUV | 39.27 | 220.4 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 2 | 203 | 0.75 | 0.99 | 0 | 0.20 | 254.33 | 0.98 | 0.4 |
| Hex | 32 | 2 | CB | 4B | 63 | 0 | 14 | FE | 62 | 28 |
| Octal | 62 | 2 | 313 | 113 | 143 | 0 | 24 | 376 | 142 | 50 |
| Binary | 110010 | 10 | 11001011 | 1001011 | 1100011 | 0 | 10100 | 11111110 | 1100010 | 101000 |
Color Harmonies of #3202CB
Complementary color
Monochromatic Colors of #3202CB
Black with #3202CB
Text Example
Text Example
White with #3202CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3202CB; }
p { color: rgb(50,2,203); }
H1.HeaderClassName
{
color: #3202CB;
}
.AnyTagClassName
{
color: #3202CB;
}
</style>
background-color css
<style>
a { background-color: #3202CB; }
a { background-color: rgb(50,2,203); }
div.DivClassName
{
background-color: #3202CB;
}
.BgClassName
{
background-color: #3202CB;
}
</style>
border-color css
<style>
span { border-color: #3202CB; }
span { border-color: rgb(50,2,203); }
td.TdClassName
{
border-color: #3202CB;
}
.TagClassName
{
border-color: #3202CB;
}
</style>