Shades of Free Speech Blue #384DBF
Tints of Free Speech Blue #384DBF
RGB
CMYK
RGB Variations
Color information
#384DBF (or 0x384DBF) is known color: Free Speech Blue. HEX triplet: 38, 4D and BF. RGB value is (56,77,191). Sum of RGB (Red+Green+Blue) = 56+77+191=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 191 (75% from 255 or 58.95% from 324); Max value from RGB is 191 - color contains mainly: blue. Hex color #384DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384DBF is #C7B240. Grayscale: #535353. Windows color (decimal): -13087297 or 12537144. OLE color: 12537144.
HSL color Cylindrical-coordinate representation of color #384DBF: hue angle of 230.67º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #384DBF is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 56 | 77 | 191 | - |
| CMYK | 0.71 | 0.60 | 0 | 0.25 |
| HSL | 230.67º | 0.55% | 0.48% | - |
| HSV(B) | 230.67º | 0.71% | 0.75% | - |
| XYZ | 13.69 | 9.91 | 50.48 | - |
| YUV | 83.72 | 188.54 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 77 | 191 | 0.71 | 0.60 | 0 | 0.25 | 230.67 | 0.55 | 0.48 |
| Hex | 38 | 4D | BF | 47 | 3C | 0 | 19 | E7 | 37 | 30 |
| Octal | 70 | 115 | 277 | 107 | 74 | 0 | 31 | 347 | 67 | 60 |
| Binary | 111000 | 1001101 | 10111111 | 1000111 | 111100 | 0 | 11001 | 11100111 | 110111 | 110000 |
Color Harmonies of #384DBF
Complementary color
Monochromatic Colors of #384DBF
Black with #384DBF
Text Example
Text Example
White with #384DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384DBF; }
p { color: rgb(56,77,191); }
H1.HeaderClassName
{
color: #384DBF;
}
.AnyTagClassName
{
color: #384DBF;
}
</style>
background-color css
<style>
a { background-color: #384DBF; }
a { background-color: rgb(56,77,191); }
div.DivClassName
{
background-color: #384DBF;
}
.BgClassName
{
background-color: #384DBF;
}
</style>
border-color css
<style>
span { border-color: #384DBF; }
span { border-color: rgb(56,77,191); }
td.TdClassName
{
border-color: #384DBF;
}
.TagClassName
{
border-color: #384DBF;
}
</style>