Shades of Free Speech Blue #3843BA
Tints of Free Speech Blue #3843BA
RGB
CMYK
RGB Variations
Color information
#3843BA (or 0x3843BA) is known color: Free Speech Blue. HEX triplet: 38, 43 and BA. RGB value is (56,67,186). Sum of RGB (Red+Green+Blue) = 56+67+186=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 186 (73.05% from 255 or 60.19% from 309); Max value from RGB is 186 - color contains mainly: blue. Hex color #3843BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3843BA is #C7BC45. Grayscale: #4C4C4C. Windows color (decimal): -13089862 or 12206904. OLE color: 12206904.
HSL color Cylindrical-coordinate representation of color #3843BA: hue angle of 234.92º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3843BA is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 67 | 186 | - |
| CMYK | 0.70 | 0.64 | 0 | 0.27 |
| HSL | 234.92º | 0.54% | 0.47% | - |
| HSV(B) | 234.92º | 0.7% | 0.73% | - |
| XYZ | 12.5 | 8.4 | 47.42 | - |
| YUV | 77.28 | 189.36 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 67 | 186 | 0.70 | 0.64 | 0 | 0.27 | 234.92 | 0.54 | 0.47 |
| Hex | 38 | 43 | BA | 46 | 40 | 0 | 1B | EB | 36 | 2F |
| Octal | 70 | 103 | 272 | 106 | 100 | 0 | 33 | 353 | 66 | 57 |
| Binary | 111000 | 1000011 | 10111010 | 1000110 | 1000000 | 0 | 11011 | 11101011 | 110110 | 101111 |
Color Harmonies of #3843BA
Complementary color
Monochromatic Colors of #3843BA
Black with #3843BA
Text Example
Text Example
White with #3843BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3843BA; }
p { color: rgb(56,67,186); }
H1.HeaderClassName
{
color: #3843BA;
}
.AnyTagClassName
{
color: #3843BA;
}
</style>
background-color css
<style>
a { background-color: #3843BA; }
a { background-color: rgb(56,67,186); }
div.DivClassName
{
background-color: #3843BA;
}
.BgClassName
{
background-color: #3843BA;
}
</style>
border-color css
<style>
span { border-color: #3843BA; }
span { border-color: rgb(56,67,186); }
td.TdClassName
{
border-color: #3843BA;
}
.TagClassName
{
border-color: #3843BA;
}
</style>