Shades of Free Speech Blue #384EDB
Tints of Free Speech Blue #384EDB
RGB
CMYK
RGB Variations
Color information
#384EDB (or 0x384EDB) is known color: Free Speech Blue. HEX triplet: 38, 4E and DB. RGB value is (56,78,219). Sum of RGB (Red+Green+Blue) = 56+78+219=353 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.86% from 353); Green value is 78 (30.86% from 255 or 22.10% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #384EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384EDB is #C7B124. Grayscale: #565656. Windows color (decimal): -13087013 or 14372408. OLE color: 14372408.
HSL color Cylindrical-coordinate representation of color #384EDB: hue angle of 231.9º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #384EDB is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 78 | 219 | - |
| CMYK | 0.74 | 0.64 | 0 | 0.14 |
| HSL | 231.9º | 0.69% | 0.54% | - |
| HSV(B) | 231.9º | 0.74% | 0.86% | - |
| XYZ | 17.14 | 11.4 | 68.32 | - |
| YUV | 87.5 | 202.21 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 78 | 219 | 0.74 | 0.64 | 0 | 0.14 | 231.9 | 0.69 | 0.54 |
| Hex | 38 | 4E | DB | 4A | 40 | 0 | E | E8 | 45 | 36 |
| Octal | 70 | 116 | 333 | 112 | 100 | 0 | 16 | 350 | 105 | 66 |
| Binary | 111000 | 1001110 | 11011011 | 1001010 | 1000000 | 0 | 1110 | 11101000 | 1000101 | 110110 |
Color Harmonies of #384EDB
Complementary color
Monochromatic Colors of #384EDB
Black with #384EDB
Text Example
Text Example
White with #384EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384EDB; }
p { color: rgb(56,78,219); }
H1.HeaderClassName
{
color: #384EDB;
}
.AnyTagClassName
{
color: #384EDB;
}
</style>
background-color css
<style>
a { background-color: #384EDB; }
a { background-color: rgb(56,78,219); }
div.DivClassName
{
background-color: #384EDB;
}
.BgClassName
{
background-color: #384EDB;
}
</style>
border-color css
<style>
span { border-color: #384EDB; }
span { border-color: rgb(56,78,219); }
td.TdClassName
{
border-color: #384EDB;
}
.TagClassName
{
border-color: #384EDB;
}
</style>