Shades of Free Speech Blue #3841DC
Tints of Free Speech Blue #3841DC
RGB
CMYK
RGB Variations
Color information
#3841DC (or 0x3841DC) is known color: Free Speech Blue. HEX triplet: 38, 41 and DC. RGB value is (56,65,220). Sum of RGB (Red+Green+Blue) = 56+65+220=341 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.42% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 220 (86.33% from 255 or 64.52% from 341); Max value from RGB is 220 - color contains mainly: blue. Hex color #3841DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3841DC is #C7BE23. Grayscale: #4F4F4F. Windows color (decimal): -13090340 or 14434616. OLE color: 14434616.
HSL color Cylindrical-coordinate representation of color #3841DC: hue angle of 236.71º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3841DC is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 65 | 220 | - |
| CMYK | 0.75 | 0.70 | 0 | 0.14 |
| HSL | 236.71º | 0.7% | 0.54% | - |
| HSV(B) | 236.71º | 0.75% | 0.86% | - |
| XYZ | 16.44 | 9.79 | 68.73 | - |
| YUV | 79.98 | 207.02 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 65 | 220 | 0.75 | 0.70 | 0 | 0.14 | 236.71 | 0.7 | 0.54 |
| Hex | 38 | 41 | DC | 4B | 46 | 0 | E | ED | 46 | 36 |
| Octal | 70 | 101 | 334 | 113 | 106 | 0 | 16 | 355 | 106 | 66 |
| Binary | 111000 | 1000001 | 11011100 | 1001011 | 1000110 | 0 | 1110 | 11101101 | 1000110 | 110110 |
Color Harmonies of #3841DC
Complementary color
Monochromatic Colors of #3841DC
Black with #3841DC
Text Example
Text Example
White with #3841DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3841DC; }
p { color: rgb(56,65,220); }
H1.HeaderClassName
{
color: #3841DC;
}
.AnyTagClassName
{
color: #3841DC;
}
</style>
background-color css
<style>
a { background-color: #3841DC; }
a { background-color: rgb(56,65,220); }
div.DivClassName
{
background-color: #3841DC;
}
.BgClassName
{
background-color: #3841DC;
}
</style>
border-color css
<style>
span { border-color: #3841DC; }
span { border-color: rgb(56,65,220); }
td.TdClassName
{
border-color: #3841DC;
}
.TagClassName
{
border-color: #3841DC;
}
</style>