Shades of Free Speech Blue #384ECF
Tints of Free Speech Blue #384ECF
RGB
CMYK
RGB Variations
Color information
#384ECF (or 0x384ECF) is known color: Free Speech Blue. HEX triplet: 38, 4E and CF. RGB value is (56,78,207). Sum of RGB (Red+Green+Blue) = 56+78+207=341 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.42% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 207 (81.25% from 255 or 60.70% from 341); Max value from RGB is 207 - color contains mainly: blue. Hex color #384ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384ECF is #C7B130. Grayscale: #555555. Windows color (decimal): -13087025 or 13585976. OLE color: 13585976.
HSL color Cylindrical-coordinate representation of color #384ECF: hue angle of 231.26º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #384ECF is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 78 | 207 | - |
| CMYK | 0.73 | 0.62 | 0 | 0.19 |
| HSL | 231.26º | 0.61% | 0.52% | - |
| HSV(B) | 231.26º | 0.73% | 0.81% | - |
| XYZ | 15.62 | 10.79 | 60.29 | - |
| YUV | 86.13 | 196.21 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 78 | 207 | 0.73 | 0.62 | 0 | 0.19 | 231.26 | 0.61 | 0.52 |
| Hex | 38 | 4E | CF | 49 | 3E | 0 | 13 | E7 | 3D | 34 |
| Octal | 70 | 116 | 317 | 111 | 76 | 0 | 23 | 347 | 75 | 64 |
| Binary | 111000 | 1001110 | 11001111 | 1001001 | 111110 | 0 | 10011 | 11100111 | 111101 | 110100 |
Color Harmonies of #384ECF
Complementary color
Monochromatic Colors of #384ECF
Black with #384ECF
Text Example
Text Example
White with #384ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384ECF; }
p { color: rgb(56,78,207); }
H1.HeaderClassName
{
color: #384ECF;
}
.AnyTagClassName
{
color: #384ECF;
}
</style>
background-color css
<style>
a { background-color: #384ECF; }
a { background-color: rgb(56,78,207); }
div.DivClassName
{
background-color: #384ECF;
}
.BgClassName
{
background-color: #384ECF;
}
</style>
border-color css
<style>
span { border-color: #384ECF; }
span { border-color: rgb(56,78,207); }
td.TdClassName
{
border-color: #384ECF;
}
.TagClassName
{
border-color: #384ECF;
}
</style>