Shades of Free Speech Blue #385DC4
Tints of Free Speech Blue #385DC4
RGB
CMYK
RGB Variations
Color information
#385DC4 (or 0x385DC4) is known color: Free Speech Blue. HEX triplet: 38, 5D and C4. RGB value is (56,93,196). Sum of RGB (Red+Green+Blue) = 56+93+196=345 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.23% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 196 (76.95% from 255 or 56.81% from 345); Max value from RGB is 196 - color contains mainly: blue. Hex color #385DC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385DC4 is #C7A23B. Grayscale: #5D5D5D. Windows color (decimal): -13083196 or 12868920. OLE color: 12868920.
HSL color Cylindrical-coordinate representation of color #385DC4: hue angle of 224.14º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #385DC4 is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 56 | 93 | 196 | - |
| CMYK | 0.71 | 0.53 | 0 | 0.23 |
| HSL | 224.14º | 0.56% | 0.49% | - |
| HSV(B) | 224.14º | 0.71% | 0.77% | - |
| XYZ | 15.51 | 12.65 | 53.85 | - |
| YUV | 93.68 | 185.74 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 93 | 196 | 0.71 | 0.53 | 0 | 0.23 | 224.14 | 0.56 | 0.49 |
| Hex | 38 | 5D | C4 | 47 | 35 | 0 | 17 | E0 | 38 | 31 |
| Octal | 70 | 135 | 304 | 107 | 65 | 0 | 27 | 340 | 70 | 61 |
| Binary | 111000 | 1011101 | 11000100 | 1000111 | 110101 | 0 | 10111 | 11100000 | 111000 | 110001 |
Color Harmonies of #385DC4
Complementary color
Monochromatic Colors of #385DC4
Black with #385DC4
Text Example
Text Example
White with #385DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385DC4; }
p { color: rgb(56,93,196); }
H1.HeaderClassName
{
color: #385DC4;
}
.AnyTagClassName
{
color: #385DC4;
}
</style>
background-color css
<style>
a { background-color: #385DC4; }
a { background-color: rgb(56,93,196); }
div.DivClassName
{
background-color: #385DC4;
}
.BgClassName
{
background-color: #385DC4;
}
</style>
border-color css
<style>
span { border-color: #385DC4; }
span { border-color: rgb(56,93,196); }
td.TdClassName
{
border-color: #385DC4;
}
.TagClassName
{
border-color: #385DC4;
}
</style>