Shades of Free Speech Blue #3961CE
Tints of Free Speech Blue #3961CE
RGB
CMYK
RGB Variations
Color information
#3961CE (or 0x3961CE) is known color: Free Speech Blue. HEX triplet: 39, 61 and CE. RGB value is (57,97,206). Sum of RGB (Red+Green+Blue) = 57+97+206=360 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.83% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #3961CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3961CE is #C69E31. Grayscale: #606060. Windows color (decimal): -13016626 or 13525305. OLE color: 13525305.
HSL color Cylindrical-coordinate representation of color #3961CE: hue angle of 223.89º 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 #3961CE is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 97 | 206 | - |
| CMYK | 0.72 | 0.53 | 0 | 0.19 |
| HSL | 223.89º | 0.6% | 0.52% | - |
| HSV(B) | 223.89º | 0.72% | 0.81% | - |
| XYZ | 17.1 | 13.88 | 60.17 | - |
| YUV | 97.47 | 189.25 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 97 | 206 | 0.72 | 0.53 | 0 | 0.19 | 223.89 | 0.6 | 0.52 |
| Hex | 39 | 61 | CE | 48 | 35 | 0 | 13 | E0 | 3C | 34 |
| Octal | 71 | 141 | 316 | 110 | 65 | 0 | 23 | 340 | 74 | 64 |
| Binary | 111001 | 1100001 | 11001110 | 1001000 | 110101 | 0 | 10011 | 11100000 | 111100 | 110100 |
Color Harmonies of #3961CE
Complementary color
Monochromatic Colors of #3961CE
Black with #3961CE
Text Example
Text Example
White with #3961CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3961CE; }
p { color: rgb(57,97,206); }
H1.HeaderClassName
{
color: #3961CE;
}
.AnyTagClassName
{
color: #3961CE;
}
</style>
background-color css
<style>
a { background-color: #3961CE; }
a { background-color: rgb(57,97,206); }
div.DivClassName
{
background-color: #3961CE;
}
.BgClassName
{
background-color: #3961CE;
}
</style>
border-color css
<style>
span { border-color: #3961CE; }
span { border-color: rgb(57,97,206); }
td.TdClassName
{
border-color: #3961CE;
}
.TagClassName
{
border-color: #3961CE;
}
</style>