Shades of Free Speech Blue #385ACF
Tints of Free Speech Blue #385ACF
RGB
CMYK
RGB Variations
Color information
#385ACF (or 0x385ACF) is known color: Free Speech Blue. HEX triplet: 38, 5A and CF. RGB value is (56,90,207). Sum of RGB (Red+Green+Blue) = 56+90+207=353 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.86% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 207 (81.25% from 255 or 58.64% from 353); Max value from RGB is 207 - color contains mainly: blue. Hex color #385ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385ACF is #C7A530. Grayscale: #5C5C5C. Windows color (decimal): -13083953 or 13589048. OLE color: 13589048.
HSL color Cylindrical-coordinate representation of color #385ACF: hue angle of 226.49º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #385ACF is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 90 | 207 | - |
| CMYK | 0.73 | 0.57 | 0 | 0.19 |
| HSL | 226.49º | 0.61% | 0.52% | - |
| HSV(B) | 226.49º | 0.73% | 0.81% | - |
| XYZ | 16.55 | 12.66 | 60.6 | - |
| YUV | 93.17 | 192.24 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 90 | 207 | 0.73 | 0.57 | 0 | 0.19 | 226.49 | 0.61 | 0.52 |
| Hex | 38 | 5A | CF | 49 | 39 | 0 | 13 | E2 | 3D | 34 |
| Octal | 70 | 132 | 317 | 111 | 71 | 0 | 23 | 342 | 75 | 64 |
| Binary | 111000 | 1011010 | 11001111 | 1001001 | 111001 | 0 | 10011 | 11100010 | 111101 | 110100 |
Color Harmonies of #385ACF
Complementary color
Monochromatic Colors of #385ACF
Black with #385ACF
Text Example
Text Example
White with #385ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385ACF; }
p { color: rgb(56,90,207); }
H1.HeaderClassName
{
color: #385ACF;
}
.AnyTagClassName
{
color: #385ACF;
}
</style>
background-color css
<style>
a { background-color: #385ACF; }
a { background-color: rgb(56,90,207); }
div.DivClassName
{
background-color: #385ACF;
}
.BgClassName
{
background-color: #385ACF;
}
</style>
border-color css
<style>
span { border-color: #385ACF; }
span { border-color: rgb(56,90,207); }
td.TdClassName
{
border-color: #385ACF;
}
.TagClassName
{
border-color: #385ACF;
}
</style>