Shades of Free Speech Blue #3845BC
Tints of Free Speech Blue #3845BC
RGB
CMYK
RGB Variations
Color information
#3845BC (or 0x3845BC) is known color: Free Speech Blue. HEX triplet: 38, 45 and BC. RGB value is (56,69,188). Sum of RGB (Red+Green+Blue) = 56+69+188=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #3845BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3845BC is #C7BA43. Grayscale: #4E4E4E. Windows color (decimal): -13089348 or 12338488. OLE color: 12338488.
HSL color Cylindrical-coordinate representation of color #3845BC: hue angle of 234.09º 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 #3845BC is Cyan = 0.70, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 69 | 188 | - |
| CMYK | 0.70 | 0.63 | 0 | 0.26 |
| HSL | 234.09º | 0.54% | 0.48% | - |
| HSV(B) | 234.09º | 0.7% | 0.74% | - |
| XYZ | 12.84 | 8.73 | 48.59 | - |
| YUV | 78.68 | 189.69 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 69 | 188 | 0.70 | 0.63 | 0 | 0.26 | 234.09 | 0.54 | 0.48 |
| Hex | 38 | 45 | BC | 46 | 3F | 0 | 1A | EA | 36 | 30 |
| Octal | 70 | 105 | 274 | 106 | 77 | 0 | 32 | 352 | 66 | 60 |
| Binary | 111000 | 1000101 | 10111100 | 1000110 | 111111 | 0 | 11010 | 11101010 | 110110 | 110000 |
Color Harmonies of #3845BC
Complementary color
Monochromatic Colors of #3845BC
Black with #3845BC
Text Example
Text Example
White with #3845BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3845BC; }
p { color: rgb(56,69,188); }
H1.HeaderClassName
{
color: #3845BC;
}
.AnyTagClassName
{
color: #3845BC;
}
</style>
background-color css
<style>
a { background-color: #3845BC; }
a { background-color: rgb(56,69,188); }
div.DivClassName
{
background-color: #3845BC;
}
.BgClassName
{
background-color: #3845BC;
}
</style>
border-color css
<style>
span { border-color: #3845BC; }
span { border-color: rgb(56,69,188); }
td.TdClassName
{
border-color: #3845BC;
}
.TagClassName
{
border-color: #3845BC;
}
</style>