Shades of Free Speech Blue #3644D6
Tints of Free Speech Blue #3644D6
RGB
CMYK
RGB Variations
Color information
#3644D6 (or 0x3644D6) is known color: Free Speech Blue. HEX triplet: 36, 44 and D6. RGB value is (54,68,214). Sum of RGB (Red+Green+Blue) = 54+68+214=336 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.07% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 214 (83.98% from 255 or 63.69% from 336); Max value from RGB is 214 - color contains mainly: blue. Hex color #3644D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3644D6 is #C9BB29. Grayscale: #4F4F4F. Windows color (decimal): -13220650 or 14042166. OLE color: 14042166.
HSL color Cylindrical-coordinate representation of color #3644D6: hue angle of 234.75º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3644D6 is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 54 | 68 | 214 | - |
| CMYK | 0.75 | 0.68 | 0 | 0.16 |
| HSL | 234.75º | 0.66% | 0.53% | - |
| HSV(B) | 234.75º | 0.75% | 0.84% | - |
| XYZ | 15.73 | 9.77 | 64.68 | - |
| YUV | 80.46 | 203.36 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 68 | 214 | 0.75 | 0.68 | 0 | 0.16 | 234.75 | 0.66 | 0.53 |
| Hex | 36 | 44 | D6 | 4B | 44 | 0 | 10 | EB | 42 | 35 |
| Octal | 66 | 104 | 326 | 113 | 104 | 0 | 20 | 353 | 102 | 65 |
| Binary | 110110 | 1000100 | 11010110 | 1001011 | 1000100 | 0 | 10000 | 11101011 | 1000010 | 110101 |
Color Harmonies of #3644D6
Complementary color
Monochromatic Colors of #3644D6
Black with #3644D6
Text Example
Text Example
White with #3644D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3644D6; }
p { color: rgb(54,68,214); }
H1.HeaderClassName
{
color: #3644D6;
}
.AnyTagClassName
{
color: #3644D6;
}
</style>
background-color css
<style>
a { background-color: #3644D6; }
a { background-color: rgb(54,68,214); }
div.DivClassName
{
background-color: #3644D6;
}
.BgClassName
{
background-color: #3644D6;
}
</style>
border-color css
<style>
span { border-color: #3644D6; }
span { border-color: rgb(54,68,214); }
td.TdClassName
{
border-color: #3644D6;
}
.TagClassName
{
border-color: #3644D6;
}
</style>