Shades of Free Speech Blue #3859CF
Tints of Free Speech Blue #3859CF
RGB
CMYK
RGB Variations
Color information
#3859CF (or 0x3859CF) is known color: Free Speech Blue. HEX triplet: 38, 59 and CF. RGB value is (56,89,207). Sum of RGB (Red+Green+Blue) = 56+89+207=352 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.91% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 207 (81.25% from 255 or 58.81% from 352); Max value from RGB is 207 - color contains mainly: blue. Hex color #3859CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3859CF is #C7A630. Grayscale: #5C5C5C. Windows color (decimal): -13084209 or 13588792. OLE color: 13588792.
HSL color Cylindrical-coordinate representation of color #3859CF: hue angle of 226.89º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3859CF is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 89 | 207 | - |
| CMYK | 0.73 | 0.57 | 0 | 0.19 |
| HSL | 226.89º | 0.61% | 0.52% | - |
| HSV(B) | 226.89º | 0.73% | 0.81% | - |
| XYZ | 16.47 | 12.49 | 60.57 | - |
| YUV | 92.59 | 192.57 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 89 | 207 | 0.73 | 0.57 | 0 | 0.19 | 226.89 | 0.61 | 0.52 |
| Hex | 38 | 59 | CF | 49 | 39 | 0 | 13 | E3 | 3D | 34 |
| Octal | 70 | 131 | 317 | 111 | 71 | 0 | 23 | 343 | 75 | 64 |
| Binary | 111000 | 1011001 | 11001111 | 1001001 | 111001 | 0 | 10011 | 11100011 | 111101 | 110100 |
Color Harmonies of #3859CF
Complementary color
Monochromatic Colors of #3859CF
Black with #3859CF
Text Example
Text Example
White with #3859CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3859CF; }
p { color: rgb(56,89,207); }
H1.HeaderClassName
{
color: #3859CF;
}
.AnyTagClassName
{
color: #3859CF;
}
</style>
background-color css
<style>
a { background-color: #3859CF; }
a { background-color: rgb(56,89,207); }
div.DivClassName
{
background-color: #3859CF;
}
.BgClassName
{
background-color: #3859CF;
}
</style>
border-color css
<style>
span { border-color: #3859CF; }
span { border-color: rgb(56,89,207); }
td.TdClassName
{
border-color: #3859CF;
}
.TagClassName
{
border-color: #3859CF;
}
</style>