Shades of Free Speech Blue #384EDA
Tints of Free Speech Blue #384EDA
RGB
CMYK
RGB Variations
Color information
#384EDA (or 0x384EDA) is known color: Free Speech Blue. HEX triplet: 38, 4E and DA. RGB value is (56,78,218). Sum of RGB (Red+Green+Blue) = 56+78+218=352 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.91% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 218 (85.55% from 255 or 61.93% from 352); Max value from RGB is 218 - color contains mainly: blue. Hex color #384EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384EDA is #C7B125. Grayscale: #565656. Windows color (decimal): -13087014 or 14306872. OLE color: 14306872.
HSL color Cylindrical-coordinate representation of color #384EDA: hue angle of 231.85º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #384EDA is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 78 | 218 | - |
| CMYK | 0.74 | 0.64 | 0 | 0.15 |
| HSL | 231.85º | 0.69% | 0.54% | - |
| HSV(B) | 231.85º | 0.74% | 0.85% | - |
| XYZ | 17.01 | 11.35 | 67.62 | - |
| YUV | 87.38 | 201.71 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 78 | 218 | 0.74 | 0.64 | 0 | 0.15 | 231.85 | 0.69 | 0.54 |
| Hex | 38 | 4E | DA | 4A | 40 | 0 | F | E8 | 45 | 36 |
| Octal | 70 | 116 | 332 | 112 | 100 | 0 | 17 | 350 | 105 | 66 |
| Binary | 111000 | 1001110 | 11011010 | 1001010 | 1000000 | 0 | 1111 | 11101000 | 1000101 | 110110 |
Color Harmonies of #384EDA
Complementary color
Monochromatic Colors of #384EDA
Black with #384EDA
Text Example
Text Example
White with #384EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384EDA; }
p { color: rgb(56,78,218); }
H1.HeaderClassName
{
color: #384EDA;
}
.AnyTagClassName
{
color: #384EDA;
}
</style>
background-color css
<style>
a { background-color: #384EDA; }
a { background-color: rgb(56,78,218); }
div.DivClassName
{
background-color: #384EDA;
}
.BgClassName
{
background-color: #384EDA;
}
</style>
border-color css
<style>
span { border-color: #384EDA; }
span { border-color: rgb(56,78,218); }
td.TdClassName
{
border-color: #384EDA;
}
.TagClassName
{
border-color: #384EDA;
}
</style>