Shades of Free Speech Blue #3241DA
Tints of Free Speech Blue #3241DA
RGB
CMYK
RGB Variations
Color information
#3241DA (or 0x3241DA) is known color: Free Speech Blue. HEX triplet: 32, 41 and DA. RGB value is (50,65,218). Sum of RGB (Red+Green+Blue) = 50+65+218=333 (44% of max value = 765). Red value is 50 (19.92% from 255 or 15.02% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 218 (85.55% from 255 or 65.47% from 333); Max value from RGB is 218 - color contains mainly: blue. Hex color #3241DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3241DA is #CDBE25. Grayscale: #4D4D4D. Windows color (decimal): -13483558 or 14303538. OLE color: 14303538.
HSL color Cylindrical-coordinate representation of color #3241DA: hue angle of 234.64º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3241DA is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 65 | 218 | - |
| CMYK | 0.77 | 0.70 | 0 | 0.15 |
| HSL | 234.64º | 0.69% | 0.53% | - |
| HSV(B) | 234.64º | 0.77% | 0.85% | - |
| XYZ | 15.86 | 9.52 | 67.33 | - |
| YUV | 77.96 | 207.03 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 65 | 218 | 0.77 | 0.70 | 0 | 0.15 | 234.64 | 0.69 | 0.53 |
| Hex | 32 | 41 | DA | 4D | 46 | 0 | F | EB | 45 | 35 |
| Octal | 62 | 101 | 332 | 115 | 106 | 0 | 17 | 353 | 105 | 65 |
| Binary | 110010 | 1000001 | 11011010 | 1001101 | 1000110 | 0 | 1111 | 11101011 | 1000101 | 110101 |
Color Harmonies of #3241DA
Complementary color
Monochromatic Colors of #3241DA
Black with #3241DA
Text Example
Text Example
White with #3241DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3241DA; }
p { color: rgb(50,65,218); }
H1.HeaderClassName
{
color: #3241DA;
}
.AnyTagClassName
{
color: #3241DA;
}
</style>
background-color css
<style>
a { background-color: #3241DA; }
a { background-color: rgb(50,65,218); }
div.DivClassName
{
background-color: #3241DA;
}
.BgClassName
{
background-color: #3241DA;
}
</style>
border-color css
<style>
span { border-color: #3241DA; }
span { border-color: rgb(50,65,218); }
td.TdClassName
{
border-color: #3241DA;
}
.TagClassName
{
border-color: #3241DA;
}
</style>