Shades of Free Speech Blue #3955CE
Tints of Free Speech Blue #3955CE
RGB
CMYK
RGB Variations
Color information
#3955CE (or 0x3955CE) is known color: Free Speech Blue. HEX triplet: 39, 55 and CE. RGB value is (57,85,206). Sum of RGB (Red+Green+Blue) = 57+85+206=348 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.38% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 206 (80.86% from 255 or 59.20% from 348); Max value from RGB is 206 - color contains mainly: blue. Hex color #3955CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3955CE is #C6AA31. Grayscale: #595959. Windows color (decimal): -13019698 or 13522233. OLE color: 13522233.
HSL color Cylindrical-coordinate representation of color #3955CE: hue angle of 228.72º degrees, saturation: 0.6, 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 #3955CE is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 85 | 206 | - |
| CMYK | 0.72 | 0.59 | 0 | 0.19 |
| HSL | 228.72º | 0.6% | 0.52% | - |
| HSV(B) | 228.72º | 0.72% | 0.81% | - |
| XYZ | 16.08 | 11.82 | 59.83 | - |
| YUV | 90.42 | 193.22 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 85 | 206 | 0.72 | 0.59 | 0 | 0.19 | 228.72 | 0.6 | 0.52 |
| Hex | 39 | 55 | CE | 48 | 3B | 0 | 13 | E5 | 3C | 34 |
| Octal | 71 | 125 | 316 | 110 | 73 | 0 | 23 | 345 | 74 | 64 |
| Binary | 111001 | 1010101 | 11001110 | 1001000 | 111011 | 0 | 10011 | 11100101 | 111100 | 110100 |
Color Harmonies of #3955CE
Complementary color
Monochromatic Colors of #3955CE
Black with #3955CE
Text Example
Text Example
White with #3955CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3955CE; }
p { color: rgb(57,85,206); }
H1.HeaderClassName
{
color: #3955CE;
}
.AnyTagClassName
{
color: #3955CE;
}
</style>
background-color css
<style>
a { background-color: #3955CE; }
a { background-color: rgb(57,85,206); }
div.DivClassName
{
background-color: #3955CE;
}
.BgClassName
{
background-color: #3955CE;
}
</style>
border-color css
<style>
span { border-color: #3955CE; }
span { border-color: rgb(57,85,206); }
td.TdClassName
{
border-color: #3955CE;
}
.TagClassName
{
border-color: #3955CE;
}
</style>