Shades of Free Speech Blue #3845BB
Tints of Free Speech Blue #3845BB
RGB
CMYK
RGB Variations
Color information
#3845BB (or 0x3845BB) is known color: Free Speech Blue. HEX triplet: 38, 45 and BB. RGB value is (56,69,187). Sum of RGB (Red+Green+Blue) = 56+69+187=312 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.95% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 187 (73.44% from 255 or 59.94% from 312); Max value from RGB is 187 - color contains mainly: blue. Hex color #3845BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3845BB is #C7BA44. Grayscale: #4E4E4E. Windows color (decimal): -13089349 or 12272952. OLE color: 12272952.
HSL color Cylindrical-coordinate representation of color #3845BB: hue angle of 234.05º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3845BB is Cyan = 0.70, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 69 | 187 | - |
| CMYK | 0.70 | 0.63 | 0 | 0.27 |
| HSL | 234.05º | 0.54% | 0.48% | - |
| HSV(B) | 234.05º | 0.7% | 0.73% | - |
| XYZ | 12.73 | 8.68 | 48.02 | - |
| YUV | 78.57 | 189.19 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 69 | 187 | 0.70 | 0.63 | 0 | 0.27 | 234.05 | 0.54 | 0.48 |
| Hex | 38 | 45 | BB | 46 | 3F | 0 | 1B | EA | 36 | 30 |
| Octal | 70 | 105 | 273 | 106 | 77 | 0 | 33 | 352 | 66 | 60 |
| Binary | 111000 | 1000101 | 10111011 | 1000110 | 111111 | 0 | 11011 | 11101010 | 110110 | 110000 |
Color Harmonies of #3845BB
Complementary color
Monochromatic Colors of #3845BB
Black with #3845BB
Text Example
Text Example
White with #3845BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3845BB; }
p { color: rgb(56,69,187); }
H1.HeaderClassName
{
color: #3845BB;
}
.AnyTagClassName
{
color: #3845BB;
}
</style>
background-color css
<style>
a { background-color: #3845BB; }
a { background-color: rgb(56,69,187); }
div.DivClassName
{
background-color: #3845BB;
}
.BgClassName
{
background-color: #3845BB;
}
</style>
border-color css
<style>
span { border-color: #3845BB; }
span { border-color: rgb(56,69,187); }
td.TdClassName
{
border-color: #3845BB;
}
.TagClassName
{
border-color: #3845BB;
}
</style>