Shades of Free Speech Blue #385ABC
Tints of Free Speech Blue #385ABC
RGB
CMYK
RGB Variations
Color information
#385ABC (or 0x385ABC) is known color: Free Speech Blue. HEX triplet: 38, 5A and BC. RGB value is (56,90,188). Sum of RGB (Red+Green+Blue) = 56+90+188=334 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.77% from 334); Green value is 90 (35.55% from 255 or 26.95% from 334); Blue value is 188 (73.83% from 255 or 56.29% from 334); Max value from RGB is 188 - color contains mainly: blue. Hex color #385ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385ABC is #C7A543. Grayscale: #5A5A5A. Windows color (decimal): -13083972 or 12343864. OLE color: 12343864.
HSL color Cylindrical-coordinate representation of color #385ABC: hue angle of 224.55º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #385ABC is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 90 | 188 | - |
| CMYK | 0.70 | 0.52 | 0 | 0.26 |
| HSL | 224.55º | 0.54% | 0.48% | - |
| HSV(B) | 224.55º | 0.7% | 0.74% | - |
| XYZ | 14.36 | 11.78 | 49.09 | - |
| YUV | 91.01 | 182.74 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 90 | 188 | 0.70 | 0.52 | 0 | 0.26 | 224.55 | 0.54 | 0.48 |
| Hex | 38 | 5A | BC | 46 | 34 | 0 | 1A | E1 | 36 | 30 |
| Octal | 70 | 132 | 274 | 106 | 64 | 0 | 32 | 341 | 66 | 60 |
| Binary | 111000 | 1011010 | 10111100 | 1000110 | 110100 | 0 | 11010 | 11100001 | 110110 | 110000 |
Color Harmonies of #385ABC
Complementary color
Monochromatic Colors of #385ABC
Black with #385ABC
Text Example
Text Example
White with #385ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385ABC; }
p { color: rgb(56,90,188); }
H1.HeaderClassName
{
color: #385ABC;
}
.AnyTagClassName
{
color: #385ABC;
}
</style>
background-color css
<style>
a { background-color: #385ABC; }
a { background-color: rgb(56,90,188); }
div.DivClassName
{
background-color: #385ABC;
}
.BgClassName
{
background-color: #385ABC;
}
</style>
border-color css
<style>
span { border-color: #385ABC; }
span { border-color: rgb(56,90,188); }
td.TdClassName
{
border-color: #385ABC;
}
.TagClassName
{
border-color: #385ABC;
}
</style>