Shades of Free Speech Blue #385ECE
Tints of Free Speech Blue #385ECE
RGB
CMYK
RGB Variations
Color information
#385ECE (or 0x385ECE) is known color: Free Speech Blue. HEX triplet: 38, 5E and CE. RGB value is (56,94,206). Sum of RGB (Red+Green+Blue) = 56+94+206=356 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.73% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #385ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385ECE is #C7A131. Grayscale: #5E5E5E. Windows color (decimal): -13082930 or 13524536. OLE color: 13524536.
HSL color Cylindrical-coordinate representation of color #385ECE: hue angle of 224.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #385ECE is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 94 | 206 | - |
| CMYK | 0.73 | 0.54 | 0 | 0.19 |
| HSL | 224.8º | 0.6% | 0.51% | - |
| HSV(B) | 224.8º | 0.73% | 0.81% | - |
| XYZ | 16.77 | 13.3 | 60.08 | - |
| YUV | 95.41 | 190.41 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 94 | 206 | 0.73 | 0.54 | 0 | 0.19 | 224.8 | 0.6 | 0.51 |
| Hex | 38 | 5E | CE | 49 | 36 | 0 | 13 | E1 | 3C | 33 |
| Octal | 70 | 136 | 316 | 111 | 66 | 0 | 23 | 341 | 74 | 63 |
| Binary | 111000 | 1011110 | 11001110 | 1001001 | 110110 | 0 | 10011 | 11100001 | 111100 | 110011 |
Color Harmonies of #385ECE
Complementary color
Monochromatic Colors of #385ECE
Black with #385ECE
Text Example
Text Example
White with #385ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385ECE; }
p { color: rgb(56,94,206); }
H1.HeaderClassName
{
color: #385ECE;
}
.AnyTagClassName
{
color: #385ECE;
}
</style>
background-color css
<style>
a { background-color: #385ECE; }
a { background-color: rgb(56,94,206); }
div.DivClassName
{
background-color: #385ECE;
}
.BgClassName
{
background-color: #385ECE;
}
</style>
border-color css
<style>
span { border-color: #385ECE; }
span { border-color: rgb(56,94,206); }
td.TdClassName
{
border-color: #385ECE;
}
.TagClassName
{
border-color: #385ECE;
}
</style>