Shades of Free Speech Blue #3644CF
Tints of Free Speech Blue #3644CF
RGB
CMYK
RGB Variations
Color information
#3644CF (or 0x3644CF) is known color: Free Speech Blue. HEX triplet: 36, 44 and CF. RGB value is (54,68,207). Sum of RGB (Red+Green+Blue) = 54+68+207=329 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.41% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 207 (81.25% from 255 or 62.92% from 329); Max value from RGB is 207 - color contains mainly: blue. Hex color #3644CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3644CF is #C9BB30. Grayscale: #4F4F4F. Windows color (decimal): -13220657 or 13583414. OLE color: 13583414.
HSL color Cylindrical-coordinate representation of color #3644CF: hue angle of 234.51º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3644CF is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 68 | 207 | - |
| CMYK | 0.74 | 0.67 | 0 | 0.19 |
| HSL | 234.51º | 0.61% | 0.51% | - |
| HSV(B) | 234.51º | 0.74% | 0.81% | - |
| XYZ | 14.85 | 9.42 | 60.07 | - |
| YUV | 79.66 | 199.86 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 68 | 207 | 0.74 | 0.67 | 0 | 0.19 | 234.51 | 0.61 | 0.51 |
| Hex | 36 | 44 | CF | 4A | 43 | 0 | 13 | EB | 3D | 33 |
| Octal | 66 | 104 | 317 | 112 | 103 | 0 | 23 | 353 | 75 | 63 |
| Binary | 110110 | 1000100 | 11001111 | 1001010 | 1000011 | 0 | 10011 | 11101011 | 111101 | 110011 |
Color Harmonies of #3644CF
Complementary color
Monochromatic Colors of #3644CF
Black with #3644CF
Text Example
Text Example
White with #3644CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3644CF; }
p { color: rgb(54,68,207); }
H1.HeaderClassName
{
color: #3644CF;
}
.AnyTagClassName
{
color: #3644CF;
}
</style>
background-color css
<style>
a { background-color: #3644CF; }
a { background-color: rgb(54,68,207); }
div.DivClassName
{
background-color: #3644CF;
}
.BgClassName
{
background-color: #3644CF;
}
</style>
border-color css
<style>
span { border-color: #3644CF; }
span { border-color: rgb(54,68,207); }
td.TdClassName
{
border-color: #3644CF;
}
.TagClassName
{
border-color: #3644CF;
}
</style>