Shades of Free Speech Blue #3955CF
Tints of Free Speech Blue #3955CF
RGB
CMYK
RGB Variations
Color information
#3955CF (or 0x3955CF) is known color: Free Speech Blue. HEX triplet: 39, 55 and CF. RGB value is (57,85,207). Sum of RGB (Red+Green+Blue) = 57+85+207=349 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.33% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 207 (81.25% from 255 or 59.31% from 349); Max value from RGB is 207 - color contains mainly: blue. Hex color #3955CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3955CF is #C6AA30. Grayscale: #5A5A5A. Windows color (decimal): -13019697 or 13587769. OLE color: 13587769.
HSL color Cylindrical-coordinate representation of color #3955CF: hue angle of 228.8º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3955CF is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 85 | 207 | - |
| CMYK | 0.72 | 0.59 | 0 | 0.19 |
| HSL | 228.8º | 0.61% | 0.52% | - |
| HSV(B) | 228.8º | 0.72% | 0.81% | - |
| XYZ | 16.2 | 11.87 | 60.47 | - |
| YUV | 90.54 | 193.72 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 85 | 207 | 0.72 | 0.59 | 0 | 0.19 | 228.8 | 0.61 | 0.52 |
| Hex | 39 | 55 | CF | 48 | 3B | 0 | 13 | E5 | 3D | 34 |
| Octal | 71 | 125 | 317 | 110 | 73 | 0 | 23 | 345 | 75 | 64 |
| Binary | 111001 | 1010101 | 11001111 | 1001000 | 111011 | 0 | 10011 | 11100101 | 111101 | 110100 |
Color Harmonies of #3955CF
Complementary color
Monochromatic Colors of #3955CF
Black with #3955CF
Text Example
Text Example
White with #3955CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3955CF; }
p { color: rgb(57,85,207); }
H1.HeaderClassName
{
color: #3955CF;
}
.AnyTagClassName
{
color: #3955CF;
}
</style>
background-color css
<style>
a { background-color: #3955CF; }
a { background-color: rgb(57,85,207); }
div.DivClassName
{
background-color: #3955CF;
}
.BgClassName
{
background-color: #3955CF;
}
</style>
border-color css
<style>
span { border-color: #3955CF; }
span { border-color: rgb(57,85,207); }
td.TdClassName
{
border-color: #3955CF;
}
.TagClassName
{
border-color: #3955CF;
}
</style>