Shades of Free Speech Blue #385ABB
Tints of Free Speech Blue #385ABB
RGB
CMYK
RGB Variations
Color information
#385ABB (or 0x385ABB) is known color: Free Speech Blue. HEX triplet: 38, 5A and BB. RGB value is (56,90,187). Sum of RGB (Red+Green+Blue) = 56+90+187=333 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.82% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 187 (73.44% from 255 or 56.16% from 333); Max value from RGB is 187 - color contains mainly: blue. Hex color #385ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385ABB is #C7A544. Grayscale: #5A5A5A. Windows color (decimal): -13083973 or 12278328. OLE color: 12278328.
HSL color Cylindrical-coordinate representation of color #385ABB: hue angle of 224.43º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #385ABB is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 90 | 187 | - |
| CMYK | 0.70 | 0.52 | 0 | 0.27 |
| HSL | 224.43º | 0.54% | 0.48% | - |
| HSV(B) | 224.43º | 0.7% | 0.73% | - |
| XYZ | 14.26 | 11.74 | 48.53 | - |
| YUV | 90.89 | 182.24 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 90 | 187 | 0.70 | 0.52 | 0 | 0.27 | 224.43 | 0.54 | 0.48 |
| Hex | 38 | 5A | BB | 46 | 34 | 0 | 1B | E0 | 36 | 30 |
| Octal | 70 | 132 | 273 | 106 | 64 | 0 | 33 | 340 | 66 | 60 |
| Binary | 111000 | 1011010 | 10111011 | 1000110 | 110100 | 0 | 11011 | 11100000 | 110110 | 110000 |
Color Harmonies of #385ABB
Complementary color
Monochromatic Colors of #385ABB
Black with #385ABB
Text Example
Text Example
White with #385ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385ABB; }
p { color: rgb(56,90,187); }
H1.HeaderClassName
{
color: #385ABB;
}
.AnyTagClassName
{
color: #385ABB;
}
</style>
background-color css
<style>
a { background-color: #385ABB; }
a { background-color: rgb(56,90,187); }
div.DivClassName
{
background-color: #385ABB;
}
.BgClassName
{
background-color: #385ABB;
}
</style>
border-color css
<style>
span { border-color: #385ABB; }
span { border-color: rgb(56,90,187); }
td.TdClassName
{
border-color: #385ABB;
}
.TagClassName
{
border-color: #385ABB;
}
</style>