Shades of Free Speech Blue #3956CE
Tints of Free Speech Blue #3956CE
RGB
CMYK
RGB Variations
Color information
#3956CE (or 0x3956CE) is known color: Free Speech Blue. HEX triplet: 39, 56 and CE. RGB value is (57,86,206). Sum of RGB (Red+Green+Blue) = 57+86+206=349 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.33% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 206 (80.86% from 255 or 59.03% from 349); Max value from RGB is 206 - color contains mainly: blue. Hex color #3956CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3956CE is #C6A931. Grayscale: #5A5A5A. Windows color (decimal): -13019442 or 13522489. OLE color: 13522489.
HSL color Cylindrical-coordinate representation of color #3956CE: hue angle of 228.32º 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 #3956CE is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 86 | 206 | - |
| CMYK | 0.72 | 0.58 | 0 | 0.19 |
| HSL | 228.32º | 0.6% | 0.52% | - |
| HSV(B) | 228.32º | 0.72% | 0.81% | - |
| XYZ | 16.16 | 11.98 | 59.85 | - |
| YUV | 91.01 | 192.89 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 86 | 206 | 0.72 | 0.58 | 0 | 0.19 | 228.32 | 0.6 | 0.52 |
| Hex | 39 | 56 | CE | 48 | 3A | 0 | 13 | E4 | 3C | 34 |
| Octal | 71 | 126 | 316 | 110 | 72 | 0 | 23 | 344 | 74 | 64 |
| Binary | 111001 | 1010110 | 11001110 | 1001000 | 111010 | 0 | 10011 | 11100100 | 111100 | 110100 |
Color Harmonies of #3956CE
Complementary color
Monochromatic Colors of #3956CE
Black with #3956CE
Text Example
Text Example
White with #3956CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3956CE; }
p { color: rgb(57,86,206); }
H1.HeaderClassName
{
color: #3956CE;
}
.AnyTagClassName
{
color: #3956CE;
}
</style>
background-color css
<style>
a { background-color: #3956CE; }
a { background-color: rgb(57,86,206); }
div.DivClassName
{
background-color: #3956CE;
}
.BgClassName
{
background-color: #3956CE;
}
</style>
border-color css
<style>
span { border-color: #3956CE; }
span { border-color: rgb(57,86,206); }
td.TdClassName
{
border-color: #3956CE;
}
.TagClassName
{
border-color: #3956CE;
}
</style>