Shades of Free Speech Blue #3954CE
Tints of Free Speech Blue #3954CE
RGB
CMYK
RGB Variations
Color information
#3954CE (or 0x3954CE) is known color: Free Speech Blue. HEX triplet: 39, 54 and CE. RGB value is (57,84,206). Sum of RGB (Red+Green+Blue) = 57+84+206=347 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.43% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 206 (80.86% from 255 or 59.37% from 347); Max value from RGB is 206 - color contains mainly: blue. Hex color #3954CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3954CE is #C6AB31. Grayscale: #595959. Windows color (decimal): -13019954 or 13521977. OLE color: 13521977.
HSL color Cylindrical-coordinate representation of color #3954CE: hue angle of 229.13º 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 #3954CE is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 84 | 206 | - |
| CMYK | 0.72 | 0.59 | 0 | 0.19 |
| HSL | 229.13º | 0.6% | 0.52% | - |
| HSV(B) | 229.13º | 0.72% | 0.81% | - |
| XYZ | 16 | 11.67 | 59.8 | - |
| YUV | 89.84 | 193.55 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 84 | 206 | 0.72 | 0.59 | 0 | 0.19 | 229.13 | 0.6 | 0.52 |
| Hex | 39 | 54 | CE | 48 | 3B | 0 | 13 | E5 | 3C | 34 |
| Octal | 71 | 124 | 316 | 110 | 73 | 0 | 23 | 345 | 74 | 64 |
| Binary | 111001 | 1010100 | 11001110 | 1001000 | 111011 | 0 | 10011 | 11100101 | 111100 | 110100 |
Color Harmonies of #3954CE
Complementary color
Monochromatic Colors of #3954CE
Black with #3954CE
Text Example
Text Example
White with #3954CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3954CE; }
p { color: rgb(57,84,206); }
H1.HeaderClassName
{
color: #3954CE;
}
.AnyTagClassName
{
color: #3954CE;
}
</style>
background-color css
<style>
a { background-color: #3954CE; }
a { background-color: rgb(57,84,206); }
div.DivClassName
{
background-color: #3954CE;
}
.BgClassName
{
background-color: #3954CE;
}
</style>
border-color css
<style>
span { border-color: #3954CE; }
span { border-color: rgb(57,84,206); }
td.TdClassName
{
border-color: #3954CE;
}
.TagClassName
{
border-color: #3954CE;
}
</style>