Shades of Free Speech Blue #385DC5
Tints of Free Speech Blue #385DC5
RGB
CMYK
RGB Variations
Color information
#385DC5 (or 0x385DC5) is known color: Free Speech Blue. HEX triplet: 38, 5D and C5. RGB value is (56,93,197). Sum of RGB (Red+Green+Blue) = 56+93+197=346 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.18% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 197 (77.34% from 255 or 56.94% from 346); Max value from RGB is 197 - color contains mainly: blue. Hex color #385DC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385DC5 is #C7A23A. Grayscale: #5D5D5D. Windows color (decimal): -13083195 or 12934456. OLE color: 12934456.
HSL color Cylindrical-coordinate representation of color #385DC5: hue angle of 224.26º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #385DC5 is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 56 | 93 | 197 | - |
| CMYK | 0.72 | 0.53 | 0 | 0.23 |
| HSL | 224.26º | 0.56% | 0.5% | - |
| HSV(B) | 224.26º | 0.72% | 0.77% | - |
| XYZ | 15.62 | 12.7 | 54.45 | - |
| YUV | 93.79 | 186.24 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 93 | 197 | 0.72 | 0.53 | 0 | 0.23 | 224.26 | 0.56 | 0.5 |
| Hex | 38 | 5D | C5 | 48 | 35 | 0 | 17 | E0 | 38 | 32 |
| Octal | 70 | 135 | 305 | 110 | 65 | 0 | 27 | 340 | 70 | 62 |
| Binary | 111000 | 1011101 | 11000101 | 1001000 | 110101 | 0 | 10111 | 11100000 | 111000 | 110010 |
Color Harmonies of #385DC5
Complementary color
Monochromatic Colors of #385DC5
Black with #385DC5
Text Example
Text Example
White with #385DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385DC5; }
p { color: rgb(56,93,197); }
H1.HeaderClassName
{
color: #385DC5;
}
.AnyTagClassName
{
color: #385DC5;
}
</style>
background-color css
<style>
a { background-color: #385DC5; }
a { background-color: rgb(56,93,197); }
div.DivClassName
{
background-color: #385DC5;
}
.BgClassName
{
background-color: #385DC5;
}
</style>
border-color css
<style>
span { border-color: #385DC5; }
span { border-color: rgb(56,93,197); }
td.TdClassName
{
border-color: #385DC5;
}
.TagClassName
{
border-color: #385DC5;
}
</style>