Shades of Free Speech Blue #384CBC
Tints of Free Speech Blue #384CBC
RGB
CMYK
RGB Variations
Color information
#384CBC (or 0x384CBC) is known color: Free Speech Blue. HEX triplet: 38, 4C and BC. RGB value is (56,76,188). Sum of RGB (Red+Green+Blue) = 56+76+188=320 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.5% from 320); Green value is 76 (30.08% from 255 or 23.75% from 320); Blue value is 188 (73.83% from 255 or 58.75% from 320); Max value from RGB is 188 - color contains mainly: blue. Hex color #384CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #384CBC is #C7B343. Grayscale: #525252. Windows color (decimal): -13087556 or 12340280. OLE color: 12340280.
HSL color Cylindrical-coordinate representation of color #384CBC: hue angle of 230.91º 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 #384CBC is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 76 | 188 | - |
| CMYK | 0.70 | 0.60 | 0 | 0.26 |
| HSL | 230.91º | 0.54% | 0.48% | - |
| HSV(B) | 230.91º | 0.7% | 0.74% | - |
| XYZ | 13.29 | 9.64 | 48.74 | - |
| YUV | 82.79 | 187.37 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 76 | 188 | 0.70 | 0.60 | 0 | 0.26 | 230.91 | 0.54 | 0.48 |
| Hex | 38 | 4C | BC | 46 | 3C | 0 | 1A | E7 | 36 | 30 |
| Octal | 70 | 114 | 274 | 106 | 74 | 0 | 32 | 347 | 66 | 60 |
| Binary | 111000 | 1001100 | 10111100 | 1000110 | 111100 | 0 | 11010 | 11100111 | 110110 | 110000 |
Color Harmonies of #384CBC
Complementary color
Monochromatic Colors of #384CBC
Black with #384CBC
Text Example
Text Example
White with #384CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384CBC; }
p { color: rgb(56,76,188); }
H1.HeaderClassName
{
color: #384CBC;
}
.AnyTagClassName
{
color: #384CBC;
}
</style>
background-color css
<style>
a { background-color: #384CBC; }
a { background-color: rgb(56,76,188); }
div.DivClassName
{
background-color: #384CBC;
}
.BgClassName
{
background-color: #384CBC;
}
</style>
border-color css
<style>
span { border-color: #384CBC; }
span { border-color: rgb(56,76,188); }
td.TdClassName
{
border-color: #384CBC;
}
.TagClassName
{
border-color: #384CBC;
}
</style>