Shades of Free Speech Blue #3251CF
Tints of Free Speech Blue #3251CF
RGB
CMYK
RGB Variations
Color information
#3251CF (or 0x3251CF) is known color: Free Speech Blue. HEX triplet: 32, 51 and CF. RGB value is (50,81,207). Sum of RGB (Red+Green+Blue) = 50+81+207=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 207 (81.25% from 255 or 61.24% from 338); Max value from RGB is 207 - color contains mainly: blue. Hex color #3251CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3251CF is #CDAE30. Grayscale: #555555. Windows color (decimal): -13479473 or 13586738. OLE color: 13586738.
HSL color Cylindrical-coordinate representation of color #3251CF: hue angle of 228.15º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3251CF is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 81 | 207 | - |
| CMYK | 0.76 | 0.61 | 0 | 0.19 |
| HSL | 228.15º | 0.62% | 0.5% | - |
| HSV(B) | 228.15º | 0.76% | 0.81% | - |
| XYZ | 15.52 | 11.07 | 60.35 | - |
| YUV | 86.1 | 196.23 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 81 | 207 | 0.76 | 0.61 | 0 | 0.19 | 228.15 | 0.62 | 0.5 |
| Hex | 32 | 51 | CF | 4C | 3D | 0 | 13 | E4 | 3E | 32 |
| Octal | 62 | 121 | 317 | 114 | 75 | 0 | 23 | 344 | 76 | 62 |
| Binary | 110010 | 1010001 | 11001111 | 1001100 | 111101 | 0 | 10011 | 11100100 | 111110 | 110010 |
Color Harmonies of #3251CF
Complementary color
Monochromatic Colors of #3251CF
Black with #3251CF
Text Example
Text Example
White with #3251CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3251CF; }
p { color: rgb(50,81,207); }
H1.HeaderClassName
{
color: #3251CF;
}
.AnyTagClassName
{
color: #3251CF;
}
</style>
background-color css
<style>
a { background-color: #3251CF; }
a { background-color: rgb(50,81,207); }
div.DivClassName
{
background-color: #3251CF;
}
.BgClassName
{
background-color: #3251CF;
}
</style>
border-color css
<style>
span { border-color: #3251CF; }
span { border-color: rgb(50,81,207); }
td.TdClassName
{
border-color: #3251CF;
}
.TagClassName
{
border-color: #3251CF;
}
</style>