Shades of Free Speech Blue #3856C8
Tints of Free Speech Blue #3856C8
RGB
CMYK
RGB Variations
Color information
#3856C8 (or 0x3856C8) is known color: Free Speech Blue. HEX triplet: 38, 56 and C8. RGB value is (56,86,200). Sum of RGB (Red+Green+Blue) = 56+86+200=342 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.37% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 200 (78.52% from 255 or 58.48% from 342); Max value from RGB is 200 - color contains mainly: blue. Hex color #3856C8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3856C8 is #C7A937. Grayscale: #595959. Windows color (decimal): -13084984 or 13129272. OLE color: 13129272.
HSL color Cylindrical-coordinate representation of color #3856C8: hue angle of 227.5º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3856C8 is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 86 | 200 | - |
| CMYK | 0.72 | 0.57 | 0 | 0.22 |
| HSL | 227.5º | 0.57% | 0.5% | - |
| HSV(B) | 227.5º | 0.72% | 0.78% | - |
| XYZ | 15.38 | 11.67 | 56.08 | - |
| YUV | 90.03 | 190.06 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 86 | 200 | 0.72 | 0.57 | 0 | 0.22 | 227.5 | 0.57 | 0.5 |
| Hex | 38 | 56 | C8 | 48 | 39 | 0 | 16 | E4 | 39 | 32 |
| Octal | 70 | 126 | 310 | 110 | 71 | 0 | 26 | 344 | 71 | 62 |
| Binary | 111000 | 1010110 | 11001000 | 1001000 | 111001 | 0 | 10110 | 11100100 | 111001 | 110010 |
Color Harmonies of #3856C8
Complementary color
Monochromatic Colors of #3856C8
Black with #3856C8
Text Example
Text Example
White with #3856C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3856C8; }
p { color: rgb(56,86,200); }
H1.HeaderClassName
{
color: #3856C8;
}
.AnyTagClassName
{
color: #3856C8;
}
</style>
background-color css
<style>
a { background-color: #3856C8; }
a { background-color: rgb(56,86,200); }
div.DivClassName
{
background-color: #3856C8;
}
.BgClassName
{
background-color: #3856C8;
}
</style>
border-color css
<style>
span { border-color: #3856C8; }
span { border-color: rgb(56,86,200); }
td.TdClassName
{
border-color: #3856C8;
}
.TagClassName
{
border-color: #3856C8;
}
</style>