Shades of Free Speech Blue #384EBE
Tints of Free Speech Blue #384EBE
RGB
CMYK
RGB Variations
Color information
#384EBE (or 0x384EBE) is known color: Free Speech Blue. HEX triplet: 38, 4E and BE. RGB value is (56,78,190). Sum of RGB (Red+Green+Blue) = 56+78+190=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 190 (74.61% from 255 or 58.64% from 324); Max value from RGB is 190 - color contains mainly: blue. Hex color #384EBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384EBE is #C7B141. Grayscale: #535353. Windows color (decimal): -13087042 or 12471864. OLE color: 12471864.
HSL color Cylindrical-coordinate representation of color #384EBE: hue angle of 230.15º degrees, saturation: 0.54, 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 #384EBE is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 56 | 78 | 190 | - |
| CMYK | 0.71 | 0.59 | 0 | 0.25 |
| HSL | 230.15º | 0.54% | 0.48% | - |
| HSV(B) | 230.15º | 0.71% | 0.75% | - |
| XYZ | 13.65 | 10.01 | 49.93 | - |
| YUV | 84.19 | 187.71 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 78 | 190 | 0.71 | 0.59 | 0 | 0.25 | 230.15 | 0.54 | 0.48 |
| Hex | 38 | 4E | BE | 47 | 3B | 0 | 19 | E6 | 36 | 30 |
| Octal | 70 | 116 | 276 | 107 | 73 | 0 | 31 | 346 | 66 | 60 |
| Binary | 111000 | 1001110 | 10111110 | 1000111 | 111011 | 0 | 11001 | 11100110 | 110110 | 110000 |
Color Harmonies of #384EBE
Complementary color
Monochromatic Colors of #384EBE
Black with #384EBE
Text Example
Text Example
White with #384EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384EBE; }
p { color: rgb(56,78,190); }
H1.HeaderClassName
{
color: #384EBE;
}
.AnyTagClassName
{
color: #384EBE;
}
</style>
background-color css
<style>
a { background-color: #384EBE; }
a { background-color: rgb(56,78,190); }
div.DivClassName
{
background-color: #384EBE;
}
.BgClassName
{
background-color: #384EBE;
}
</style>
border-color css
<style>
span { border-color: #384EBE; }
span { border-color: rgb(56,78,190); }
td.TdClassName
{
border-color: #384EBE;
}
.TagClassName
{
border-color: #384EBE;
}
</style>