Shades of Free Speech Blue #3947CE
Tints of Free Speech Blue #3947CE
RGB
CMYK
RGB Variations
Color information
#3947CE (or 0x3947CE) is known color: Free Speech Blue. HEX triplet: 39, 47 and CE. RGB value is (57,71,206). Sum of RGB (Red+Green+Blue) = 57+71+206=334 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.07% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #3947CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3947CE is #C6B831. Grayscale: #515151. Windows color (decimal): -13023282 or 13518649. OLE color: 13518649.
HSL color Cylindrical-coordinate representation of color #3947CE: hue angle of 234.36º 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 #3947CE is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 71 | 206 | - |
| CMYK | 0.72 | 0.66 | 0 | 0.19 |
| HSL | 234.36º | 0.6% | 0.52% | - |
| HSV(B) | 234.36º | 0.72% | 0.81% | - |
| XYZ | 15.08 | 9.83 | 59.5 | - |
| YUV | 82.2 | 197.86 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 71 | 206 | 0.72 | 0.66 | 0 | 0.19 | 234.36 | 0.6 | 0.52 |
| Hex | 39 | 47 | CE | 48 | 42 | 0 | 13 | EA | 3C | 34 |
| Octal | 71 | 107 | 316 | 110 | 102 | 0 | 23 | 352 | 74 | 64 |
| Binary | 111001 | 1000111 | 11001110 | 1001000 | 1000010 | 0 | 10011 | 11101010 | 111100 | 110100 |
Color Harmonies of #3947CE
Complementary color
Monochromatic Colors of #3947CE
Black with #3947CE
Text Example
Text Example
White with #3947CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3947CE; }
p { color: rgb(57,71,206); }
H1.HeaderClassName
{
color: #3947CE;
}
.AnyTagClassName
{
color: #3947CE;
}
</style>
background-color css
<style>
a { background-color: #3947CE; }
a { background-color: rgb(57,71,206); }
div.DivClassName
{
background-color: #3947CE;
}
.BgClassName
{
background-color: #3947CE;
}
</style>
border-color css
<style>
span { border-color: #3947CE; }
span { border-color: rgb(57,71,206); }
td.TdClassName
{
border-color: #3947CE;
}
.TagClassName
{
border-color: #3947CE;
}
</style>