Shades of Free Speech Blue #385CBF
Tints of Free Speech Blue #385CBF
RGB
CMYK
RGB Variations
Color information
#385CBF (or 0x385CBF) is known color: Free Speech Blue. HEX triplet: 38, 5C and BF. RGB value is (56,92,191). Sum of RGB (Red+Green+Blue) = 56+92+191=339 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.52% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 191 (75% from 255 or 56.34% from 339); Max value from RGB is 191 - color contains mainly: blue. Hex color #385CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385CBF is #C7A340. Grayscale: #5C5C5C. Windows color (decimal): -13083457 or 12540984. OLE color: 12540984.
HSL color Cylindrical-coordinate representation of color #385CBF: hue angle of 224º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #385CBF is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 56 | 92 | 191 | - |
| CMYK | 0.71 | 0.52 | 0 | 0.25 |
| HSL | 224º | 0.55% | 0.48% | - |
| HSV(B) | 224º | 0.71% | 0.75% | - |
| XYZ | 14.86 | 12.26 | 50.87 | - |
| YUV | 92.52 | 183.57 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 92 | 191 | 0.71 | 0.52 | 0 | 0.25 | 224 | 0.55 | 0.48 |
| Hex | 38 | 5C | BF | 47 | 34 | 0 | 19 | E0 | 37 | 30 |
| Octal | 70 | 134 | 277 | 107 | 64 | 0 | 31 | 340 | 67 | 60 |
| Binary | 111000 | 1011100 | 10111111 | 1000111 | 110100 | 0 | 11001 | 11100000 | 110111 | 110000 |
Color Harmonies of #385CBF
Complementary color
Monochromatic Colors of #385CBF
Black with #385CBF
Text Example
Text Example
White with #385CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385CBF; }
p { color: rgb(56,92,191); }
H1.HeaderClassName
{
color: #385CBF;
}
.AnyTagClassName
{
color: #385CBF;
}
</style>
background-color css
<style>
a { background-color: #385CBF; }
a { background-color: rgb(56,92,191); }
div.DivClassName
{
background-color: #385CBF;
}
.BgClassName
{
background-color: #385CBF;
}
</style>
border-color css
<style>
span { border-color: #385CBF; }
span { border-color: rgb(56,92,191); }
td.TdClassName
{
border-color: #385CBF;
}
.TagClassName
{
border-color: #385CBF;
}
</style>