Shades of Medium Blue #3205CB
Tints of Medium Blue #3205CB
RGB
CMYK
RGB Variations
Color information
#3205CB (or 0x3205CB) is known color: Medium Blue. HEX triplet: 32, 05 and CB. RGB value is (50,5,203). Sum of RGB (Red+Green+Blue) = 50+5+203=258 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.38% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 203 (79.69% from 255 or 78.68% from 258); Max value from RGB is 203 - color contains mainly: blue. Hex color #3205CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3205CB is #CDFA34. Grayscale: #282828. Windows color (decimal): -13498933 or 13305138. OLE color: 13305138.
HSL color Cylindrical-coordinate representation of color #3205CB: hue angle of 253.64º 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 #3205CB is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 5 | 203 | - |
| CMYK | 0.75 | 0.98 | 0 | 0.20 |
| HSL | 253.64º | 0.95% | 0.41% | - |
| HSV(B) | 253.64º | 0.98% | 0.8% | - |
| XYZ | 12.15 | 5.1 | 56.84 | - |
| YUV | 41.03 | 219.41 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 5 | 203 | 0.75 | 0.98 | 0 | 0.20 | 253.64 | 0.95 | 0.41 |
| Hex | 32 | 5 | CB | 4B | 62 | 0 | 14 | FE | 5F | 29 |
| Octal | 62 | 5 | 313 | 113 | 142 | 0 | 24 | 376 | 137 | 51 |
| Binary | 110010 | 101 | 11001011 | 1001011 | 1100010 | 0 | 10100 | 11111110 | 1011111 | 101001 |
Color Harmonies of #3205CB
Complementary color
Monochromatic Colors of #3205CB
Black with #3205CB
Text Example
Text Example
White with #3205CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3205CB; }
p { color: rgb(50,5,203); }
H1.HeaderClassName
{
color: #3205CB;
}
.AnyTagClassName
{
color: #3205CB;
}
</style>
background-color css
<style>
a { background-color: #3205CB; }
a { background-color: rgb(50,5,203); }
div.DivClassName
{
background-color: #3205CB;
}
.BgClassName
{
background-color: #3205CB;
}
</style>
border-color css
<style>
span { border-color: #3205CB; }
span { border-color: rgb(50,5,203); }
td.TdClassName
{
border-color: #3205CB;
}
.TagClassName
{
border-color: #3205CB;
}
</style>