Shades of Medium Blue #3212CE
Tints of Medium Blue #3212CE
RGB
CMYK
RGB Variations
Color information
#3212CE (or 0x3212CE) is known color: Medium Blue. HEX triplet: 32, 12 and CE. RGB value is (50,18,206). Sum of RGB (Red+Green+Blue) = 50+18+206=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 206 (80.86% from 255 or 75.18% from 274); Max value from RGB is 206 - color contains mainly: blue. Hex color #3212CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3212CE is #CDED31. Grayscale: #303030. Windows color (decimal): -13495602 or 13505074. OLE color: 13505074.
HSL color Cylindrical-coordinate representation of color #3212CE: hue angle of 250.21º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3212CE is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 18 | 206 | - |
| CMYK | 0.76 | 0.91 | 0 | 0.19 |
| HSL | 250.21º | 0.84% | 0.44% | - |
| HSV(B) | 250.21º | 0.91% | 0.81% | - |
| XYZ | 12.67 | 5.57 | 58.8 | - |
| YUV | 49 | 216.6 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 18 | 206 | 0.76 | 0.91 | 0 | 0.19 | 250.21 | 0.84 | 0.44 |
| Hex | 32 | 12 | CE | 4C | 5B | 0 | 13 | FA | 54 | 2C |
| Octal | 62 | 22 | 316 | 114 | 133 | 0 | 23 | 372 | 124 | 54 |
| Binary | 110010 | 10010 | 11001110 | 1001100 | 1011011 | 0 | 10011 | 11111010 | 1010100 | 101100 |
Color Harmonies of #3212CE
Complementary color
Monochromatic Colors of #3212CE
Black with #3212CE
Text Example
Text Example
White with #3212CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3212CE; }
p { color: rgb(50,18,206); }
H1.HeaderClassName
{
color: #3212CE;
}
.AnyTagClassName
{
color: #3212CE;
}
</style>
background-color css
<style>
a { background-color: #3212CE; }
a { background-color: rgb(50,18,206); }
div.DivClassName
{
background-color: #3212CE;
}
.BgClassName
{
background-color: #3212CE;
}
</style>
border-color css
<style>
span { border-color: #3212CE; }
span { border-color: rgb(50,18,206); }
td.TdClassName
{
border-color: #3212CE;
}
.TagClassName
{
border-color: #3212CE;
}
</style>