Shades of Free Speech Blue #384ECC
Tints of Free Speech Blue #384ECC
RGB
CMYK
RGB Variations
Color information
#384ECC (or 0x384ECC) is known color: Free Speech Blue. HEX triplet: 38, 4E and CC. RGB value is (56,78,204). Sum of RGB (Red+Green+Blue) = 56+78+204=338 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.57% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 204 (80.08% from 255 or 60.36% from 338); Max value from RGB is 204 - color contains mainly: blue. Hex color #384ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384ECC is #C7B133. Grayscale: #555555. Windows color (decimal): -13087028 or 13389368. OLE color: 13389368.
HSL color Cylindrical-coordinate representation of color #384ECC: hue angle of 231.08º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #384ECC is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 56 | 78 | 204 | - |
| CMYK | 0.73 | 0.62 | 0 | 0.2 |
| HSL | 231.08º | 0.59% | 0.51% | - |
| HSV(B) | 231.08º | 0.73% | 0.8% | - |
| XYZ | 15.25 | 10.65 | 58.38 | - |
| YUV | 85.79 | 194.71 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 78 | 204 | 0.73 | 0.62 | 0 | 0.2 | 231.08 | 0.59 | 0.51 |
| Hex | 38 | 4E | CC | 49 | 3E | 0 | 14 | E7 | 3B | 33 |
| Octal | 70 | 116 | 314 | 111 | 76 | 0 | 24 | 347 | 73 | 63 |
| Binary | 111000 | 1001110 | 11001100 | 1001001 | 111110 | 0 | 10100 | 11100111 | 111011 | 110011 |
Color Harmonies of #384ECC
Complementary color
Monochromatic Colors of #384ECC
Black with #384ECC
Text Example
Text Example
White with #384ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384ECC; }
p { color: rgb(56,78,204); }
H1.HeaderClassName
{
color: #384ECC;
}
.AnyTagClassName
{
color: #384ECC;
}
</style>
background-color css
<style>
a { background-color: #384ECC; }
a { background-color: rgb(56,78,204); }
div.DivClassName
{
background-color: #384ECC;
}
.BgClassName
{
background-color: #384ECC;
}
</style>
border-color css
<style>
span { border-color: #384ECC; }
span { border-color: rgb(56,78,204); }
td.TdClassName
{
border-color: #384ECC;
}
.TagClassName
{
border-color: #384ECC;
}
</style>