Shades of Free Speech Blue #3955CC
Tints of Free Speech Blue #3955CC
RGB
CMYK
RGB Variations
Color information
#3955CC (or 0x3955CC) is known color: Free Speech Blue. HEX triplet: 39, 55 and CC. RGB value is (57,85,204). Sum of RGB (Red+Green+Blue) = 57+85+204=346 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.47% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 204 (80.08% from 255 or 58.96% from 346); Max value from RGB is 204 - color contains mainly: blue. Hex color #3955CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3955CC is #C6AA33. Grayscale: #595959. Windows color (decimal): -13019700 or 13391161. OLE color: 13391161.
HSL color Cylindrical-coordinate representation of color #3955CC: hue angle of 228.57º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3955CC is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 57 | 85 | 204 | - |
| CMYK | 0.72 | 0.58 | 0 | 0.2 |
| HSL | 228.57º | 0.59% | 0.51% | - |
| HSV(B) | 228.57º | 0.72% | 0.8% | - |
| XYZ | 15.83 | 11.73 | 58.56 | - |
| YUV | 90.19 | 192.22 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 85 | 204 | 0.72 | 0.58 | 0 | 0.2 | 228.57 | 0.59 | 0.51 |
| Hex | 39 | 55 | CC | 48 | 3A | 0 | 14 | E5 | 3B | 33 |
| Octal | 71 | 125 | 314 | 110 | 72 | 0 | 24 | 345 | 73 | 63 |
| Binary | 111001 | 1010101 | 11001100 | 1001000 | 111010 | 0 | 10100 | 11100101 | 111011 | 110011 |
Color Harmonies of #3955CC
Complementary color
Monochromatic Colors of #3955CC
Black with #3955CC
Text Example
Text Example
White with #3955CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3955CC; }
p { color: rgb(57,85,204); }
H1.HeaderClassName
{
color: #3955CC;
}
.AnyTagClassName
{
color: #3955CC;
}
</style>
background-color css
<style>
a { background-color: #3955CC; }
a { background-color: rgb(57,85,204); }
div.DivClassName
{
background-color: #3955CC;
}
.BgClassName
{
background-color: #3955CC;
}
</style>
border-color css
<style>
span { border-color: #3955CC; }
span { border-color: rgb(57,85,204); }
td.TdClassName
{
border-color: #3955CC;
}
.TagClassName
{
border-color: #3955CC;
}
</style>