Shades of Free Speech Blue #3242CC
Tints of Free Speech Blue #3242CC
RGB
CMYK
RGB Variations
Color information
#3242CC (or 0x3242CC) is known color: Free Speech Blue. HEX triplet: 32, 42 and CC. RGB value is (50,66,204). Sum of RGB (Red+Green+Blue) = 50+66+204=320 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.62% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 204 (80.08% from 255 or 63.75% from 320); Max value from RGB is 204 - color contains mainly: blue. Hex color #3242CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3242CC is #CDBD33. Grayscale: #4C4C4C. Windows color (decimal): -13483316 or 13386290. OLE color: 13386290.
HSL color Cylindrical-coordinate representation of color #3242CC: hue angle of 233.77º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3242CC is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 66 | 204 | - |
| CMYK | 0.75 | 0.68 | 0 | 0.2 |
| HSL | 233.77º | 0.61% | 0.5% | - |
| HSV(B) | 233.77º | 0.75% | 0.8% | - |
| XYZ | 14.16 | 8.93 | 58.1 | - |
| YUV | 76.95 | 199.7 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 66 | 204 | 0.75 | 0.68 | 0 | 0.2 | 233.77 | 0.61 | 0.5 |
| Hex | 32 | 42 | CC | 4B | 44 | 0 | 14 | EA | 3D | 32 |
| Octal | 62 | 102 | 314 | 113 | 104 | 0 | 24 | 352 | 75 | 62 |
| Binary | 110010 | 1000010 | 11001100 | 1001011 | 1000100 | 0 | 10100 | 11101010 | 111101 | 110010 |
Color Harmonies of #3242CC
Complementary color
Monochromatic Colors of #3242CC
Black with #3242CC
Text Example
Text Example
White with #3242CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3242CC; }
p { color: rgb(50,66,204); }
H1.HeaderClassName
{
color: #3242CC;
}
.AnyTagClassName
{
color: #3242CC;
}
</style>
background-color css
<style>
a { background-color: #3242CC; }
a { background-color: rgb(50,66,204); }
div.DivClassName
{
background-color: #3242CC;
}
.BgClassName
{
background-color: #3242CC;
}
</style>
border-color css
<style>
span { border-color: #3242CC; }
span { border-color: rgb(50,66,204); }
td.TdClassName
{
border-color: #3242CC;
}
.TagClassName
{
border-color: #3242CC;
}
</style>