Shades of Free Speech Blue #3951CE
Tints of Free Speech Blue #3951CE
RGB
CMYK
RGB Variations
Color information
#3951CE (or 0x3951CE) is known color: Free Speech Blue. HEX triplet: 39, 51 and CE. RGB value is (57,81,206). Sum of RGB (Red+Green+Blue) = 57+81+206=344 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.57% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 206 (80.86% from 255 or 59.88% from 344); Max value from RGB is 206 - color contains mainly: blue. Hex color #3951CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3951CE is #C6AE31. Grayscale: #575757. Windows color (decimal): -13020722 or 13521209. OLE color: 13521209.
HSL color Cylindrical-coordinate representation of color #3951CE: hue angle of 230.34º 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 #3951CE is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 81 | 206 | - |
| CMYK | 0.72 | 0.61 | 0 | 0.19 |
| HSL | 230.34º | 0.6% | 0.52% | - |
| HSV(B) | 230.34º | 0.72% | 0.81% | - |
| XYZ | 15.77 | 11.21 | 59.73 | - |
| YUV | 88.07 | 194.55 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 81 | 206 | 0.72 | 0.61 | 0 | 0.19 | 230.34 | 0.6 | 0.52 |
| Hex | 39 | 51 | CE | 48 | 3D | 0 | 13 | E6 | 3C | 34 |
| Octal | 71 | 121 | 316 | 110 | 75 | 0 | 23 | 346 | 74 | 64 |
| Binary | 111001 | 1010001 | 11001110 | 1001000 | 111101 | 0 | 10011 | 11100110 | 111100 | 110100 |
Color Harmonies of #3951CE
Complementary color
Monochromatic Colors of #3951CE
Black with #3951CE
Text Example
Text Example
White with #3951CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3951CE; }
p { color: rgb(57,81,206); }
H1.HeaderClassName
{
color: #3951CE;
}
.AnyTagClassName
{
color: #3951CE;
}
</style>
background-color css
<style>
a { background-color: #3951CE; }
a { background-color: rgb(57,81,206); }
div.DivClassName
{
background-color: #3951CE;
}
.BgClassName
{
background-color: #3951CE;
}
</style>
border-color css
<style>
span { border-color: #3951CE; }
span { border-color: rgb(57,81,206); }
td.TdClassName
{
border-color: #3951CE;
}
.TagClassName
{
border-color: #3951CE;
}
</style>