Shades of Medium Blue #320CCB
Tints of Medium Blue #320CCB
RGB
CMYK
RGB Variations
Color information
#320CCB (or 0x320CCB) is known color: Medium Blue. HEX triplet: 32, 0C and CB. RGB value is (50,12,203). Sum of RGB (Red+Green+Blue) = 50+12+203=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 12 (5.08% from 255 or 4.53% from 265); Blue value is 203 (79.69% from 255 or 76.60% from 265); Max value from RGB is 203 - color contains mainly: blue. Hex color #320CCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320CCB is #CDF334. Grayscale: #2C2C2C. Windows color (decimal): -13497141 or 13306930. OLE color: 13306930.
HSL color Cylindrical-coordinate representation of color #320CCB: hue angle of 251.94º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320CCB is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 12 | 203 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.20 |
| HSL | 251.94º | 0.89% | 0.42% | - |
| HSV(B) | 251.94º | 0.94% | 0.8% | - |
| XYZ | 12.23 | 5.25 | 56.87 | - |
| YUV | 45.14 | 217.09 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 12 | 203 | 0.75 | 0.94 | 0 | 0.20 | 251.94 | 0.89 | 0.42 |
| Hex | 32 | C | CB | 4B | 5E | 0 | 14 | FC | 59 | 2A |
| Octal | 62 | 14 | 313 | 113 | 136 | 0 | 24 | 374 | 131 | 52 |
| Binary | 110010 | 1100 | 11001011 | 1001011 | 1011110 | 0 | 10100 | 11111100 | 1011001 | 101010 |
Color Harmonies of #320CCB
Complementary color
Monochromatic Colors of #320CCB
Black with #320CCB
Text Example
Text Example
White with #320CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320CCB; }
p { color: rgb(50,12,203); }
H1.HeaderClassName
{
color: #320CCB;
}
.AnyTagClassName
{
color: #320CCB;
}
</style>
background-color css
<style>
a { background-color: #320CCB; }
a { background-color: rgb(50,12,203); }
div.DivClassName
{
background-color: #320CCB;
}
.BgClassName
{
background-color: #320CCB;
}
</style>
border-color css
<style>
span { border-color: #320CCB; }
span { border-color: rgb(50,12,203); }
td.TdClassName
{
border-color: #320CCB;
}
.TagClassName
{
border-color: #320CCB;
}
</style>