Shades of Free Speech Blue #385ECD
Tints of Free Speech Blue #385ECD
RGB
CMYK
RGB Variations
Color information
#385ECD (or 0x385ECD) is known color: Free Speech Blue. HEX triplet: 38, 5E and CD. RGB value is (56,94,205). Sum of RGB (Red+Green+Blue) = 56+94+205=355 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.77% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 205 (80.47% from 255 or 57.75% from 355); Max value from RGB is 205 - color contains mainly: blue. Hex color #385ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385ECD is #C7A132. Grayscale: #5E5E5E. Windows color (decimal): -13082931 or 13459000. OLE color: 13459000.
HSL color Cylindrical-coordinate representation of color #385ECD: hue angle of 224.7º degrees, saturation: 0.6, 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 #385ECD is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 94 | 205 | - |
| CMYK | 0.73 | 0.54 | 0 | 0.20 |
| HSL | 224.7º | 0.6% | 0.51% | - |
| HSV(B) | 224.7º | 0.73% | 0.8% | - |
| XYZ | 16.65 | 13.25 | 59.44 | - |
| YUV | 95.29 | 189.91 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 94 | 205 | 0.73 | 0.54 | 0 | 0.20 | 224.7 | 0.6 | 0.51 |
| Hex | 38 | 5E | CD | 49 | 36 | 0 | 14 | E1 | 3C | 33 |
| Octal | 70 | 136 | 315 | 111 | 66 | 0 | 24 | 341 | 74 | 63 |
| Binary | 111000 | 1011110 | 11001101 | 1001001 | 110110 | 0 | 10100 | 11100001 | 111100 | 110011 |
Color Harmonies of #385ECD
Complementary color
Monochromatic Colors of #385ECD
Black with #385ECD
Text Example
Text Example
White with #385ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385ECD; }
p { color: rgb(56,94,205); }
H1.HeaderClassName
{
color: #385ECD;
}
.AnyTagClassName
{
color: #385ECD;
}
</style>
background-color css
<style>
a { background-color: #385ECD; }
a { background-color: rgb(56,94,205); }
div.DivClassName
{
background-color: #385ECD;
}
.BgClassName
{
background-color: #385ECD;
}
</style>
border-color css
<style>
span { border-color: #385ECD; }
span { border-color: rgb(56,94,205); }
td.TdClassName
{
border-color: #385ECD;
}
.TagClassName
{
border-color: #385ECD;
}
</style>