Shades of Free Speech Blue #3259D4
Tints of Free Speech Blue #3259D4
RGB
CMYK
RGB Variations
Color information
#3259D4 (or 0x3259D4) is known color: Free Speech Blue. HEX triplet: 32, 59 and D4. RGB value is (50,89,212). Sum of RGB (Red+Green+Blue) = 50+89+212=351 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.25% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 212 (83.20% from 255 or 60.40% from 351); Max value from RGB is 212 - color contains mainly: blue. Hex color #3259D4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3259D4 is #CDA62B. Grayscale: #5A5A5A. Windows color (decimal): -13477420 or 13916466. OLE color: 13916466.
HSL color Cylindrical-coordinate representation of color #3259D4: hue angle of 225.56º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3259D4 is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 50 | 89 | 212 | - |
| CMYK | 0.76 | 0.58 | 0 | 0.17 |
| HSL | 225.56º | 0.65% | 0.51% | - |
| HSV(B) | 225.56º | 0.76% | 0.83% | - |
| XYZ | 16.77 | 12.58 | 63.83 | - |
| YUV | 91.36 | 196.08 | 98.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 89 | 212 | 0.76 | 0.58 | 0 | 0.17 | 225.56 | 0.65 | 0.51 |
| Hex | 32 | 59 | D4 | 4C | 3A | 0 | 11 | E2 | 41 | 33 |
| Octal | 62 | 131 | 324 | 114 | 72 | 0 | 21 | 342 | 101 | 63 |
| Binary | 110010 | 1011001 | 11010100 | 1001100 | 111010 | 0 | 10001 | 11100010 | 1000001 | 110011 |
Color Harmonies of #3259D4
Complementary color
Monochromatic Colors of #3259D4
Black with #3259D4
Text Example
Text Example
White with #3259D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3259D4; }
p { color: rgb(50,89,212); }
H1.HeaderClassName
{
color: #3259D4;
}
.AnyTagClassName
{
color: #3259D4;
}
</style>
background-color css
<style>
a { background-color: #3259D4; }
a { background-color: rgb(50,89,212); }
div.DivClassName
{
background-color: #3259D4;
}
.BgClassName
{
background-color: #3259D4;
}
</style>
border-color css
<style>
span { border-color: #3259D4; }
span { border-color: rgb(50,89,212); }
td.TdClassName
{
border-color: #3259D4;
}
.TagClassName
{
border-color: #3259D4;
}
</style>