Shades of Free Speech Blue #385EC6
Tints of Free Speech Blue #385EC6
RGB
CMYK
RGB Variations
Color information
#385EC6 (or 0x385EC6) is known color: Free Speech Blue. HEX triplet: 38, 5E and C6. RGB value is (56,94,198). Sum of RGB (Red+Green+Blue) = 56+94+198=348 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.09% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 198 (77.73% from 255 or 56.90% from 348); Max value from RGB is 198 - color contains mainly: blue. Hex color #385EC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385EC6 is #C7A139. Grayscale: #5E5E5E. Windows color (decimal): -13082938 or 13000248. OLE color: 13000248.
HSL color Cylindrical-coordinate representation of color #385EC6: hue angle of 223.94º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #385EC6 is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 94 | 198 | - |
| CMYK | 0.72 | 0.53 | 0 | 0.22 |
| HSL | 223.94º | 0.56% | 0.5% | - |
| HSV(B) | 223.94º | 0.72% | 0.78% | - |
| XYZ | 15.83 | 12.92 | 55.09 | - |
| YUV | 94.49 | 186.41 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 94 | 198 | 0.72 | 0.53 | 0 | 0.22 | 223.94 | 0.56 | 0.5 |
| Hex | 38 | 5E | C6 | 48 | 35 | 0 | 16 | E0 | 38 | 32 |
| Octal | 70 | 136 | 306 | 110 | 65 | 0 | 26 | 340 | 70 | 62 |
| Binary | 111000 | 1011110 | 11000110 | 1001000 | 110101 | 0 | 10110 | 11100000 | 111000 | 110010 |
Color Harmonies of #385EC6
Complementary color
Monochromatic Colors of #385EC6
Black with #385EC6
Text Example
Text Example
White with #385EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385EC6; }
p { color: rgb(56,94,198); }
H1.HeaderClassName
{
color: #385EC6;
}
.AnyTagClassName
{
color: #385EC6;
}
</style>
background-color css
<style>
a { background-color: #385EC6; }
a { background-color: rgb(56,94,198); }
div.DivClassName
{
background-color: #385EC6;
}
.BgClassName
{
background-color: #385EC6;
}
</style>
border-color css
<style>
span { border-color: #385EC6; }
span { border-color: rgb(56,94,198); }
td.TdClassName
{
border-color: #385EC6;
}
.TagClassName
{
border-color: #385EC6;
}
</style>