Shades of Free Speech Blue #3859CE
Tints of Free Speech Blue #3859CE
RGB
CMYK
RGB Variations
Color information
#3859CE (or 0x3859CE) is known color: Free Speech Blue. HEX triplet: 38, 59 and CE. RGB value is (56,89,206). Sum of RGB (Red+Green+Blue) = 56+89+206=351 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.95% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 206 (80.86% from 255 or 58.69% from 351); Max value from RGB is 206 - color contains mainly: blue. Hex color #3859CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3859CE is #C7A631. Grayscale: #5B5B5B. Windows color (decimal): -13084210 or 13523256. OLE color: 13523256.
HSL color Cylindrical-coordinate representation of color #3859CE: hue angle of 226.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3859CE is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 89 | 206 | - |
| CMYK | 0.73 | 0.57 | 0 | 0.19 |
| HSL | 226.8º | 0.6% | 0.51% | - |
| HSV(B) | 226.8º | 0.73% | 0.81% | - |
| XYZ | 16.34 | 12.44 | 59.93 | - |
| YUV | 92.47 | 192.07 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 89 | 206 | 0.73 | 0.57 | 0 | 0.19 | 226.8 | 0.6 | 0.51 |
| Hex | 38 | 59 | CE | 49 | 39 | 0 | 13 | E3 | 3C | 33 |
| Octal | 70 | 131 | 316 | 111 | 71 | 0 | 23 | 343 | 74 | 63 |
| Binary | 111000 | 1011001 | 11001110 | 1001001 | 111001 | 0 | 10011 | 11100011 | 111100 | 110011 |
Color Harmonies of #3859CE
Complementary color
Monochromatic Colors of #3859CE
Black with #3859CE
Text Example
Text Example
White with #3859CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3859CE; }
p { color: rgb(56,89,206); }
H1.HeaderClassName
{
color: #3859CE;
}
.AnyTagClassName
{
color: #3859CE;
}
</style>
background-color css
<style>
a { background-color: #3859CE; }
a { background-color: rgb(56,89,206); }
div.DivClassName
{
background-color: #3859CE;
}
.BgClassName
{
background-color: #3859CE;
}
</style>
border-color css
<style>
span { border-color: #3859CE; }
span { border-color: rgb(56,89,206); }
td.TdClassName
{
border-color: #3859CE;
}
.TagClassName
{
border-color: #3859CE;
}
</style>