Shades of Free Speech Blue #3648D9
Tints of Free Speech Blue #3648D9
RGB
CMYK
RGB Variations
Color information
#3648D9 (or 0x3648D9) is known color: Free Speech Blue. HEX triplet: 36, 48 and D9. RGB value is (54,72,217). Sum of RGB (Red+Green+Blue) = 54+72+217=343 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.74% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 217 (85.16% from 255 or 63.27% from 343); Max value from RGB is 217 - color contains mainly: blue. Hex color #3648D9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3648D9 is #C9B726. Grayscale: #525252. Windows color (decimal): -13219623 or 14239798. OLE color: 14239798.
HSL color Cylindrical-coordinate representation of color #3648D9: hue angle of 233.37º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3648D9 is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 54 | 72 | 217 | - |
| CMYK | 0.75 | 0.67 | 0 | 0.15 |
| HSL | 233.37º | 0.68% | 0.53% | - |
| HSV(B) | 233.37º | 0.75% | 0.85% | - |
| XYZ | 16.36 | 10.43 | 66.8 | - |
| YUV | 83.15 | 203.54 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 72 | 217 | 0.75 | 0.67 | 0 | 0.15 | 233.37 | 0.68 | 0.53 |
| Hex | 36 | 48 | D9 | 4B | 43 | 0 | F | E9 | 44 | 35 |
| Octal | 66 | 110 | 331 | 113 | 103 | 0 | 17 | 351 | 104 | 65 |
| Binary | 110110 | 1001000 | 11011001 | 1001011 | 1000011 | 0 | 1111 | 11101001 | 1000100 | 110101 |
Color Harmonies of #3648D9
Complementary color
Monochromatic Colors of #3648D9
Black with #3648D9
Text Example
Text Example
White with #3648D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3648D9; }
p { color: rgb(54,72,217); }
H1.HeaderClassName
{
color: #3648D9;
}
.AnyTagClassName
{
color: #3648D9;
}
</style>
background-color css
<style>
a { background-color: #3648D9; }
a { background-color: rgb(54,72,217); }
div.DivClassName
{
background-color: #3648D9;
}
.BgClassName
{
background-color: #3648D9;
}
</style>
border-color css
<style>
span { border-color: #3648D9; }
span { border-color: rgb(54,72,217); }
td.TdClassName
{
border-color: #3648D9;
}
.TagClassName
{
border-color: #3648D9;
}
</style>