Shades of Medium Blue #3203C6
Tints of Medium Blue #3203C6
RGB
CMYK
RGB Variations
Color information
#3203C6 (or 0x3203C6) is known color: Medium Blue. HEX triplet: 32, 03 and C6. RGB value is (50,3,198). Sum of RGB (Red+Green+Blue) = 50+3+198=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 198 (77.73% from 255 or 78.88% from 251); Max value from RGB is 198 - color contains mainly: blue. Hex color #3203C6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3203C6 is #CDFC39. Grayscale: #262626. Windows color (decimal): -13499450 or 12976946. OLE color: 12976946.
HSL color Cylindrical-coordinate representation of color #3203C6: hue angle of 254.46º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3203C6 is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 50 | 3 | 198 | - |
| CMYK | 0.75 | 0.98 | 0 | 0.22 |
| HSL | 254.46º | 0.97% | 0.39% | - |
| HSV(B) | 254.46º | 0.98% | 0.78% | - |
| XYZ | 11.54 | 4.82 | 53.75 | - |
| YUV | 39.28 | 217.57 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 3 | 198 | 0.75 | 0.98 | 0 | 0.22 | 254.46 | 0.97 | 0.39 |
| Hex | 32 | 3 | C6 | 4B | 62 | 0 | 16 | FE | 61 | 27 |
| Octal | 62 | 3 | 306 | 113 | 142 | 0 | 26 | 376 | 141 | 47 |
| Binary | 110010 | 11 | 11000110 | 1001011 | 1100010 | 0 | 10110 | 11111110 | 1100001 | 100111 |
Color Harmonies of #3203C6
Complementary color
Monochromatic Colors of #3203C6
Black with #3203C6
Text Example
Text Example
White with #3203C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3203C6; }
p { color: rgb(50,3,198); }
H1.HeaderClassName
{
color: #3203C6;
}
.AnyTagClassName
{
color: #3203C6;
}
</style>
background-color css
<style>
a { background-color: #3203C6; }
a { background-color: rgb(50,3,198); }
div.DivClassName
{
background-color: #3203C6;
}
.BgClassName
{
background-color: #3203C6;
}
</style>
border-color css
<style>
span { border-color: #3203C6; }
span { border-color: rgb(50,3,198); }
td.TdClassName
{
border-color: #3203C6;
}
.TagClassName
{
border-color: #3203C6;
}
</style>