Shades of Free Speech Blue #3844BC
Tints of Free Speech Blue #3844BC
RGB
CMYK
RGB Variations
Color information
#3844BC (or 0x3844BC) is known color: Free Speech Blue. HEX triplet: 38, 44 and BC. RGB value is (56,68,188). Sum of RGB (Red+Green+Blue) = 56+68+188=312 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.95% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 188 (73.83% from 255 or 60.26% from 312); Max value from RGB is 188 - color contains mainly: blue. Hex color #3844BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3844BC is #C7BB43. Grayscale: #4D4D4D. Windows color (decimal): -13089604 or 12338232. OLE color: 12338232.
HSL color Cylindrical-coordinate representation of color #3844BC: hue angle of 234.55º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3844BC is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 68 | 188 | - |
| CMYK | 0.70 | 0.64 | 0 | 0.26 |
| HSL | 234.55º | 0.54% | 0.48% | - |
| HSV(B) | 234.55º | 0.7% | 0.74% | - |
| XYZ | 12.78 | 8.61 | 48.56 | - |
| YUV | 78.09 | 190.02 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 68 | 188 | 0.70 | 0.64 | 0 | 0.26 | 234.55 | 0.54 | 0.48 |
| Hex | 38 | 44 | BC | 46 | 40 | 0 | 1A | EB | 36 | 30 |
| Octal | 70 | 104 | 274 | 106 | 100 | 0 | 32 | 353 | 66 | 60 |
| Binary | 111000 | 1000100 | 10111100 | 1000110 | 1000000 | 0 | 11010 | 11101011 | 110110 | 110000 |
Color Harmonies of #3844BC
Complementary color
Monochromatic Colors of #3844BC
Black with #3844BC
Text Example
Text Example
White with #3844BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3844BC; }
p { color: rgb(56,68,188); }
H1.HeaderClassName
{
color: #3844BC;
}
.AnyTagClassName
{
color: #3844BC;
}
</style>
background-color css
<style>
a { background-color: #3844BC; }
a { background-color: rgb(56,68,188); }
div.DivClassName
{
background-color: #3844BC;
}
.BgClassName
{
background-color: #3844BC;
}
</style>
border-color css
<style>
span { border-color: #3844BC; }
span { border-color: rgb(56,68,188); }
td.TdClassName
{
border-color: #3844BC;
}
.TagClassName
{
border-color: #3844BC;
}
</style>