Shades of Free Speech Blue #3644D0
Tints of Free Speech Blue #3644D0
RGB
CMYK
RGB Variations
Color information
#3644D0 (or 0x3644D0) is known color: Free Speech Blue. HEX triplet: 36, 44 and D0. RGB value is (54,68,208). Sum of RGB (Red+Green+Blue) = 54+68+208=330 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.36% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 208 (81.64% from 255 or 63.03% from 330); Max value from RGB is 208 - color contains mainly: blue. Hex color #3644D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3644D0 is #C9BB2F. Grayscale: #4F4F4F. Windows color (decimal): -13220656 or 13648950. OLE color: 13648950.
HSL color Cylindrical-coordinate representation of color #3644D0: hue angle of 234.55º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3644D0 is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 54 | 68 | 208 | - |
| CMYK | 0.74 | 0.67 | 0 | 0.18 |
| HSL | 234.55º | 0.62% | 0.51% | - |
| HSV(B) | 234.55º | 0.74% | 0.82% | - |
| XYZ | 14.97 | 9.47 | 60.71 | - |
| YUV | 79.77 | 200.36 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 68 | 208 | 0.74 | 0.67 | 0 | 0.18 | 234.55 | 0.62 | 0.51 |
| Hex | 36 | 44 | D0 | 4A | 43 | 0 | 12 | EB | 3E | 33 |
| Octal | 66 | 104 | 320 | 112 | 103 | 0 | 22 | 353 | 76 | 63 |
| Binary | 110110 | 1000100 | 11010000 | 1001010 | 1000011 | 0 | 10010 | 11101011 | 111110 | 110011 |
Color Harmonies of #3644D0
Complementary color
Monochromatic Colors of #3644D0
Black with #3644D0
Text Example
Text Example
White with #3644D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3644D0; }
p { color: rgb(54,68,208); }
H1.HeaderClassName
{
color: #3644D0;
}
.AnyTagClassName
{
color: #3644D0;
}
</style>
background-color css
<style>
a { background-color: #3644D0; }
a { background-color: rgb(54,68,208); }
div.DivClassName
{
background-color: #3644D0;
}
.BgClassName
{
background-color: #3644D0;
}
</style>
border-color css
<style>
span { border-color: #3644D0; }
span { border-color: rgb(54,68,208); }
td.TdClassName
{
border-color: #3644D0;
}
.TagClassName
{
border-color: #3644D0;
}
</style>