Shades of Free Speech Blue #3852BB
Tints of Free Speech Blue #3852BB
RGB
CMYK
RGB Variations
Color information
#3852BB (or 0x3852BB) is known color: Free Speech Blue. HEX triplet: 38, 52 and BB. RGB value is (56,82,187). Sum of RGB (Red+Green+Blue) = 56+82+187=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 187 (73.44% from 255 or 57.54% from 325); Max value from RGB is 187 - color contains mainly: blue. Hex color #3852BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3852BB is #C7AD44. Grayscale: #555555. Windows color (decimal): -13086021 or 12276280. OLE color: 12276280.
HSL color Cylindrical-coordinate representation of color #3852BB: hue angle of 228.09º 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 #3852BB is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 82 | 187 | - |
| CMYK | 0.70 | 0.56 | 0 | 0.27 |
| HSL | 228.09º | 0.54% | 0.48% | - |
| HSV(B) | 228.09º | 0.7% | 0.73% | - |
| XYZ | 13.62 | 10.46 | 48.32 | - |
| YUV | 86.2 | 184.89 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 82 | 187 | 0.70 | 0.56 | 0 | 0.27 | 228.09 | 0.54 | 0.48 |
| Hex | 38 | 52 | BB | 46 | 38 | 0 | 1B | E4 | 36 | 30 |
| Octal | 70 | 122 | 273 | 106 | 70 | 0 | 33 | 344 | 66 | 60 |
| Binary | 111000 | 1010010 | 10111011 | 1000110 | 111000 | 0 | 11011 | 11100100 | 110110 | 110000 |
Color Harmonies of #3852BB
Complementary color
Monochromatic Colors of #3852BB
Black with #3852BB
Text Example
Text Example
White with #3852BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3852BB; }
p { color: rgb(56,82,187); }
H1.HeaderClassName
{
color: #3852BB;
}
.AnyTagClassName
{
color: #3852BB;
}
</style>
background-color css
<style>
a { background-color: #3852BB; }
a { background-color: rgb(56,82,187); }
div.DivClassName
{
background-color: #3852BB;
}
.BgClassName
{
background-color: #3852BB;
}
</style>
border-color css
<style>
span { border-color: #3852BB; }
span { border-color: rgb(56,82,187); }
td.TdClassName
{
border-color: #3852BB;
}
.TagClassName
{
border-color: #3852BB;
}
</style>