Shades of Free Speech Blue #3843BC
Tints of Free Speech Blue #3843BC
RGB
CMYK
RGB Variations
Color information
#3843BC (or 0x3843BC) is known color: Free Speech Blue. HEX triplet: 38, 43 and BC. RGB value is (56,67,188). Sum of RGB (Red+Green+Blue) = 56+67+188=311 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.01% from 311); Green value is 67 (26.56% from 255 or 21.54% from 311); Blue value is 188 (73.83% from 255 or 60.45% from 311); Max value from RGB is 188 - color contains mainly: blue. Hex color #3843BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3843BC is #C7BC43. Grayscale: #4D4D4D. Windows color (decimal): -13089860 or 12337976. OLE color: 12337976.
HSL color Cylindrical-coordinate representation of color #3843BC: hue angle of 235º 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 #3843BC is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 67 | 188 | - |
| CMYK | 0.70 | 0.64 | 0 | 0.26 |
| HSL | 235º | 0.54% | 0.48% | - |
| HSV(B) | 235º | 0.7% | 0.74% | - |
| XYZ | 12.72 | 8.49 | 48.54 | - |
| YUV | 77.51 | 190.36 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 67 | 188 | 0.70 | 0.64 | 0 | 0.26 | 235 | 0.54 | 0.48 |
| Hex | 38 | 43 | BC | 46 | 40 | 0 | 1A | EB | 36 | 30 |
| Octal | 70 | 103 | 274 | 106 | 100 | 0 | 32 | 353 | 66 | 60 |
| Binary | 111000 | 1000011 | 10111100 | 1000110 | 1000000 | 0 | 11010 | 11101011 | 110110 | 110000 |
Color Harmonies of #3843BC
Complementary color
Monochromatic Colors of #3843BC
Black with #3843BC
Text Example
Text Example
White with #3843BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3843BC; }
p { color: rgb(56,67,188); }
H1.HeaderClassName
{
color: #3843BC;
}
.AnyTagClassName
{
color: #3843BC;
}
</style>
background-color css
<style>
a { background-color: #3843BC; }
a { background-color: rgb(56,67,188); }
div.DivClassName
{
background-color: #3843BC;
}
.BgClassName
{
background-color: #3843BC;
}
</style>
border-color css
<style>
span { border-color: #3843BC; }
span { border-color: rgb(56,67,188); }
td.TdClassName
{
border-color: #3843BC;
}
.TagClassName
{
border-color: #3843BC;
}
</style>