Shades of Medium Blue #3205CF
Tints of Medium Blue #3205CF
RGB
CMYK
RGB Variations
Color information
#3205CF (or 0x3205CF) is known color: Medium Blue. HEX triplet: 32, 05 and CF. RGB value is (50,5,207). Sum of RGB (Red+Green+Blue) = 50+5+207=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 207 (81.25% from 255 or 79.01% from 262); Max value from RGB is 207 - color contains mainly: blue. Hex color #3205CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3205CF is #CDFA30. Grayscale: #282828. Windows color (decimal): -13498929 or 13567282. OLE color: 13567282.
HSL color Cylindrical-coordinate representation of color #3205CF: hue angle of 253.37º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3205CF is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 5 | 207 | - |
| CMYK | 0.76 | 0.98 | 0 | 0.19 |
| HSL | 253.37º | 0.95% | 0.42% | - |
| HSV(B) | 253.37º | 0.98% | 0.81% | - |
| XYZ | 12.63 | 5.29 | 59.39 | - |
| YUV | 41.48 | 221.41 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 5 | 207 | 0.76 | 0.98 | 0 | 0.19 | 253.37 | 0.95 | 0.42 |
| Hex | 32 | 5 | CF | 4C | 62 | 0 | 13 | FD | 5F | 2A |
| Octal | 62 | 5 | 317 | 114 | 142 | 0 | 23 | 375 | 137 | 52 |
| Binary | 110010 | 101 | 11001111 | 1001100 | 1100010 | 0 | 10011 | 11111101 | 1011111 | 101010 |
Color Harmonies of #3205CF
Complementary color
Monochromatic Colors of #3205CF
Black with #3205CF
Text Example
Text Example
White with #3205CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3205CF; }
p { color: rgb(50,5,207); }
H1.HeaderClassName
{
color: #3205CF;
}
.AnyTagClassName
{
color: #3205CF;
}
</style>
background-color css
<style>
a { background-color: #3205CF; }
a { background-color: rgb(50,5,207); }
div.DivClassName
{
background-color: #3205CF;
}
.BgClassName
{
background-color: #3205CF;
}
</style>
border-color css
<style>
span { border-color: #3205CF; }
span { border-color: rgb(50,5,207); }
td.TdClassName
{
border-color: #3205CF;
}
.TagClassName
{
border-color: #3205CF;
}
</style>