Shades of Medium Blue #320BCF
Tints of Medium Blue #320BCF
RGB
CMYK
RGB Variations
Color information
#320BCF (or 0x320BCF) is known color: Medium Blue. HEX triplet: 32, 0B and CF. RGB value is (50,11,207). Sum of RGB (Red+Green+Blue) = 50+11+207=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 207 (81.25% from 255 or 77.24% from 268); Max value from RGB is 207 - color contains mainly: blue. Hex color #320BCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320BCF is #CDF430. Grayscale: #2C2C2C. Windows color (decimal): -13497393 or 13568818. OLE color: 13568818.
HSL color Cylindrical-coordinate representation of color #320BCF: hue angle of 251.94º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #320BCF is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 11 | 207 | - |
| CMYK | 0.76 | 0.95 | 0 | 0.19 |
| HSL | 251.94º | 0.9% | 0.43% | - |
| HSV(B) | 251.94º | 0.95% | 0.81% | - |
| XYZ | 12.7 | 5.42 | 59.41 | - |
| YUV | 45.01 | 219.42 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 11 | 207 | 0.76 | 0.95 | 0 | 0.19 | 251.94 | 0.9 | 0.43 |
| Hex | 32 | B | CF | 4C | 5F | 0 | 13 | FC | 5A | 2B |
| Octal | 62 | 13 | 317 | 114 | 137 | 0 | 23 | 374 | 132 | 53 |
| Binary | 110010 | 1011 | 11001111 | 1001100 | 1011111 | 0 | 10011 | 11111100 | 1011010 | 101011 |
Color Harmonies of #320BCF
Complementary color
Monochromatic Colors of #320BCF
Black with #320BCF
Text Example
Text Example
White with #320BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320BCF; }
p { color: rgb(50,11,207); }
H1.HeaderClassName
{
color: #320BCF;
}
.AnyTagClassName
{
color: #320BCF;
}
</style>
background-color css
<style>
a { background-color: #320BCF; }
a { background-color: rgb(50,11,207); }
div.DivClassName
{
background-color: #320BCF;
}
.BgClassName
{
background-color: #320BCF;
}
</style>
border-color css
<style>
span { border-color: #320BCF; }
span { border-color: rgb(50,11,207); }
td.TdClassName
{
border-color: #320BCF;
}
.TagClassName
{
border-color: #320BCF;
}
</style>