Shades of Free Speech Blue #385DCF
Tints of Free Speech Blue #385DCF
RGB
CMYK
RGB Variations
Color information
#385DCF (or 0x385DCF) is known color: Free Speech Blue. HEX triplet: 38, 5D and CF. RGB value is (56,93,207). Sum of RGB (Red+Green+Blue) = 56+93+207=356 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.73% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 207 (81.25% from 255 or 58.15% from 356); Max value from RGB is 207 - color contains mainly: blue. Hex color #385DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385DCF is #C7A230. Grayscale: #5E5E5E. Windows color (decimal): -13083185 or 13589816. OLE color: 13589816.
HSL color Cylindrical-coordinate representation of color #385DCF: hue angle of 225.3º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #385DCF is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 93 | 207 | - |
| CMYK | 0.73 | 0.55 | 0 | 0.19 |
| HSL | 225.3º | 0.61% | 0.52% | - |
| HSV(B) | 225.3º | 0.73% | 0.81% | - |
| XYZ | 16.81 | 13.17 | 60.69 | - |
| YUV | 94.93 | 191.24 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 93 | 207 | 0.73 | 0.55 | 0 | 0.19 | 225.3 | 0.61 | 0.52 |
| Hex | 38 | 5D | CF | 49 | 37 | 0 | 13 | E1 | 3D | 34 |
| Octal | 70 | 135 | 317 | 111 | 67 | 0 | 23 | 341 | 75 | 64 |
| Binary | 111000 | 1011101 | 11001111 | 1001001 | 110111 | 0 | 10011 | 11100001 | 111101 | 110100 |
Color Harmonies of #385DCF
Complementary color
Monochromatic Colors of #385DCF
Black with #385DCF
Text Example
Text Example
White with #385DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385DCF; }
p { color: rgb(56,93,207); }
H1.HeaderClassName
{
color: #385DCF;
}
.AnyTagClassName
{
color: #385DCF;
}
</style>
background-color css
<style>
a { background-color: #385DCF; }
a { background-color: rgb(56,93,207); }
div.DivClassName
{
background-color: #385DCF;
}
.BgClassName
{
background-color: #385DCF;
}
</style>
border-color css
<style>
span { border-color: #385DCF; }
span { border-color: rgb(56,93,207); }
td.TdClassName
{
border-color: #385DCF;
}
.TagClassName
{
border-color: #385DCF;
}
</style>