Shades of Free Speech Blue #385ED1
Tints of Free Speech Blue #385ED1
RGB
CMYK
RGB Variations
Color information
#385ED1 (or 0x385ED1) is known color: Free Speech Blue. HEX triplet: 38, 5E and D1. RGB value is (56,94,209). Sum of RGB (Red+Green+Blue) = 56+94+209=359 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.60% from 359); Green value is 94 (37.11% from 255 or 26.18% from 359); Blue value is 209 (82.03% from 255 or 58.22% from 359); Max value from RGB is 209 - color contains mainly: blue. Hex color #385ED1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385ED1 is #C7A12E. Grayscale: #5F5F5F. Windows color (decimal): -13082927 or 13721144. OLE color: 13721144.
HSL color Cylindrical-coordinate representation of color #385ED1: hue angle of 225.1º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #385ED1 is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 94 | 209 | - |
| CMYK | 0.73 | 0.55 | 0 | 0.18 |
| HSL | 225.1º | 0.62% | 0.52% | - |
| HSV(B) | 225.1º | 0.73% | 0.82% | - |
| XYZ | 17.14 | 13.45 | 62.01 | - |
| YUV | 95.75 | 191.91 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 94 | 209 | 0.73 | 0.55 | 0 | 0.18 | 225.1 | 0.62 | 0.52 |
| Hex | 38 | 5E | D1 | 49 | 37 | 0 | 12 | E1 | 3E | 34 |
| Octal | 70 | 136 | 321 | 111 | 67 | 0 | 22 | 341 | 76 | 64 |
| Binary | 111000 | 1011110 | 11010001 | 1001001 | 110111 | 0 | 10010 | 11100001 | 111110 | 110100 |
Color Harmonies of #385ED1
Complementary color
Monochromatic Colors of #385ED1
Black with #385ED1
Text Example
Text Example
White with #385ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385ED1; }
p { color: rgb(56,94,209); }
H1.HeaderClassName
{
color: #385ED1;
}
.AnyTagClassName
{
color: #385ED1;
}
</style>
background-color css
<style>
a { background-color: #385ED1; }
a { background-color: rgb(56,94,209); }
div.DivClassName
{
background-color: #385ED1;
}
.BgClassName
{
background-color: #385ED1;
}
</style>
border-color css
<style>
span { border-color: #385ED1; }
span { border-color: rgb(56,94,209); }
td.TdClassName
{
border-color: #385ED1;
}
.TagClassName
{
border-color: #385ED1;
}
</style>