Shades of Medium Blue #3202CC
Tints of Medium Blue #3202CC
RGB
CMYK
RGB Variations
Color information
#3202CC (or 0x3202CC) is known color: Medium Blue. HEX triplet: 32, 02 and CC. RGB value is (50,2,204). Sum of RGB (Red+Green+Blue) = 50+2+204=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 204 (80.08% from 255 or 79.69% from 256); Max value from RGB is 204 - color contains mainly: blue. Hex color #3202CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3202CC is #CDFD33. Grayscale: #262626. Windows color (decimal): -13499700 or 13369906. OLE color: 13369906.
HSL color Cylindrical-coordinate representation of color #3202CC: hue angle of 254.26º 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 #3202CC is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 2 | 204 | - |
| CMYK | 0.75 | 0.99 | 0 | 0.2 |
| HSL | 254.26º | 0.98% | 0.4% | - |
| HSV(B) | 254.26º | 0.99% | 0.8% | - |
| XYZ | 12.24 | 5.08 | 57.46 | - |
| YUV | 39.38 | 220.9 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 2 | 204 | 0.75 | 0.99 | 0 | 0.2 | 254.26 | 0.98 | 0.4 |
| Hex | 32 | 2 | CC | 4B | 63 | 0 | 14 | FE | 62 | 28 |
| Octal | 62 | 2 | 314 | 113 | 143 | 0 | 24 | 376 | 142 | 50 |
| Binary | 110010 | 10 | 11001100 | 1001011 | 1100011 | 0 | 10100 | 11111110 | 1100010 | 101000 |
Color Harmonies of #3202CC
Complementary color
Monochromatic Colors of #3202CC
Black with #3202CC
Text Example
Text Example
White with #3202CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3202CC; }
p { color: rgb(50,2,204); }
H1.HeaderClassName
{
color: #3202CC;
}
.AnyTagClassName
{
color: #3202CC;
}
</style>
background-color css
<style>
a { background-color: #3202CC; }
a { background-color: rgb(50,2,204); }
div.DivClassName
{
background-color: #3202CC;
}
.BgClassName
{
background-color: #3202CC;
}
</style>
border-color css
<style>
span { border-color: #3202CC; }
span { border-color: rgb(50,2,204); }
td.TdClassName
{
border-color: #3202CC;
}
.TagClassName
{
border-color: #3202CC;
}
</style>