Shades of Free Speech Blue #385BD5
Tints of Free Speech Blue #385BD5
RGB
CMYK
RGB Variations
Color information
#385BD5 (or 0x385BD5) is known color: Free Speech Blue. HEX triplet: 38, 5B and D5. RGB value is (56,91,213). Sum of RGB (Red+Green+Blue) = 56+91+213=360 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.56% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 213 (83.59% from 255 or 59.17% from 360); Max value from RGB is 213 - color contains mainly: blue. Hex color #385BD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385BD5 is #C7A42A. Grayscale: #5D5D5D. Windows color (decimal): -13083691 or 13982520. OLE color: 13982520.
HSL color Cylindrical-coordinate representation of color #385BD5: hue angle of 226.62º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #385BD5 is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 91 | 213 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.16 |
| HSL | 226.62º | 0.65% | 0.53% | - |
| HSV(B) | 226.62º | 0.74% | 0.84% | - |
| XYZ | 17.38 | 13.13 | 64.57 | - |
| YUV | 94.44 | 194.9 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 91 | 213 | 0.74 | 0.57 | 0 | 0.16 | 226.62 | 0.65 | 0.53 |
| Hex | 38 | 5B | D5 | 4A | 39 | 0 | 10 | E3 | 41 | 35 |
| Octal | 70 | 133 | 325 | 112 | 71 | 0 | 20 | 343 | 101 | 65 |
| Binary | 111000 | 1011011 | 11010101 | 1001010 | 111001 | 0 | 10000 | 11100011 | 1000001 | 110101 |
Color Harmonies of #385BD5
Complementary color
Monochromatic Colors of #385BD5
Black with #385BD5
Text Example
Text Example
White with #385BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385BD5; }
p { color: rgb(56,91,213); }
H1.HeaderClassName
{
color: #385BD5;
}
.AnyTagClassName
{
color: #385BD5;
}
</style>
background-color css
<style>
a { background-color: #385BD5; }
a { background-color: rgb(56,91,213); }
div.DivClassName
{
background-color: #385BD5;
}
.BgClassName
{
background-color: #385BD5;
}
</style>
border-color css
<style>
span { border-color: #385BD5; }
span { border-color: rgb(56,91,213); }
td.TdClassName
{
border-color: #385BD5;
}
.TagClassName
{
border-color: #385BD5;
}
</style>