Shades of Free Speech Blue #3847CF
Tints of Free Speech Blue #3847CF
RGB
CMYK
RGB Variations
Color information
#3847CF (or 0x3847CF) is known color: Free Speech Blue. HEX triplet: 38, 47 and CF. RGB value is (56,71,207). Sum of RGB (Red+Green+Blue) = 56+71+207=334 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.77% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 207 (81.25% from 255 or 61.98% from 334); Max value from RGB is 207 - color contains mainly: blue. Hex color #3847CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3847CF is #C7B830. Grayscale: #515151. Windows color (decimal): -13088817 or 13584184. OLE color: 13584184.
HSL color Cylindrical-coordinate representation of color #3847CF: hue angle of 234.04º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3847CF is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 71 | 207 | - |
| CMYK | 0.73 | 0.66 | 0 | 0.19 |
| HSL | 234.04º | 0.61% | 0.52% | - |
| HSV(B) | 234.04º | 0.73% | 0.81% | - |
| XYZ | 15.15 | 9.85 | 60.13 | - |
| YUV | 82.02 | 198.53 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 71 | 207 | 0.73 | 0.66 | 0 | 0.19 | 234.04 | 0.61 | 0.52 |
| Hex | 38 | 47 | CF | 49 | 42 | 0 | 13 | EA | 3D | 34 |
| Octal | 70 | 107 | 317 | 111 | 102 | 0 | 23 | 352 | 75 | 64 |
| Binary | 111000 | 1000111 | 11001111 | 1001001 | 1000010 | 0 | 10011 | 11101010 | 111101 | 110100 |
Color Harmonies of #3847CF
Complementary color
Monochromatic Colors of #3847CF
Black with #3847CF
Text Example
Text Example
White with #3847CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3847CF; }
p { color: rgb(56,71,207); }
H1.HeaderClassName
{
color: #3847CF;
}
.AnyTagClassName
{
color: #3847CF;
}
</style>
background-color css
<style>
a { background-color: #3847CF; }
a { background-color: rgb(56,71,207); }
div.DivClassName
{
background-color: #3847CF;
}
.BgClassName
{
background-color: #3847CF;
}
</style>
border-color css
<style>
span { border-color: #3847CF; }
span { border-color: rgb(56,71,207); }
td.TdClassName
{
border-color: #3847CF;
}
.TagClassName
{
border-color: #3847CF;
}
</style>