Shades of Free Speech Blue #385BC1
Tints of Free Speech Blue #385BC1
RGB
CMYK
RGB Variations
Color information
#385BC1 (or 0x385BC1) is known color: Free Speech Blue. HEX triplet: 38, 5B and C1. RGB value is (56,91,193). Sum of RGB (Red+Green+Blue) = 56+91+193=340 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.47% from 340); Green value is 91 (35.94% from 255 or 26.76% from 340); Blue value is 193 (75.78% from 255 or 56.76% from 340); Max value from RGB is 193 - color contains mainly: blue. Hex color #385BC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385BC1 is #C7A43E. Grayscale: #5B5B5B. Windows color (decimal): -13083711 or 12671800. OLE color: 12671800.
HSL color Cylindrical-coordinate representation of color #385BC1: hue angle of 224.67º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #385BC1 is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 56 | 91 | 193 | - |
| CMYK | 0.71 | 0.53 | 0 | 0.24 |
| HSL | 224.67º | 0.55% | 0.49% | - |
| HSV(B) | 224.67º | 0.71% | 0.76% | - |
| XYZ | 15 | 12.17 | 52.01 | - |
| YUV | 92.16 | 184.9 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 91 | 193 | 0.71 | 0.53 | 0 | 0.24 | 224.67 | 0.55 | 0.49 |
| Hex | 38 | 5B | C1 | 47 | 35 | 0 | 18 | E1 | 37 | 31 |
| Octal | 70 | 133 | 301 | 107 | 65 | 0 | 30 | 341 | 67 | 61 |
| Binary | 111000 | 1011011 | 11000001 | 1000111 | 110101 | 0 | 11000 | 11100001 | 110111 | 110001 |
Color Harmonies of #385BC1
Complementary color
Monochromatic Colors of #385BC1
Black with #385BC1
Text Example
Text Example
White with #385BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385BC1; }
p { color: rgb(56,91,193); }
H1.HeaderClassName
{
color: #385BC1;
}
.AnyTagClassName
{
color: #385BC1;
}
</style>
background-color css
<style>
a { background-color: #385BC1; }
a { background-color: rgb(56,91,193); }
div.DivClassName
{
background-color: #385BC1;
}
.BgClassName
{
background-color: #385BC1;
}
</style>
border-color css
<style>
span { border-color: #385BC1; }
span { border-color: rgb(56,91,193); }
td.TdClassName
{
border-color: #385BC1;
}
.TagClassName
{
border-color: #385BC1;
}
</style>