Shades of Free Speech Blue #385ACC
Tints of Free Speech Blue #385ACC
RGB
CMYK
RGB Variations
Color information
#385ACC (or 0x385ACC) is known color: Free Speech Blue. HEX triplet: 38, 5A and CC. RGB value is (56,90,204). Sum of RGB (Red+Green+Blue) = 56+90+204=350 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #385ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385ACC is #C7A533. Grayscale: #5C5C5C. Windows color (decimal): -13083956 or 13392440. OLE color: 13392440.
HSL color Cylindrical-coordinate representation of color #385ACC: hue angle of 226.22º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #385ACC is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 56 | 90 | 204 | - |
| CMYK | 0.73 | 0.56 | 0 | 0.2 |
| HSL | 226.22º | 0.59% | 0.51% | - |
| HSV(B) | 226.22º | 0.73% | 0.8% | - |
| XYZ | 16.19 | 12.51 | 58.69 | - |
| YUV | 92.83 | 190.74 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 90 | 204 | 0.73 | 0.56 | 0 | 0.2 | 226.22 | 0.59 | 0.51 |
| Hex | 38 | 5A | CC | 49 | 38 | 0 | 14 | E2 | 3B | 33 |
| Octal | 70 | 132 | 314 | 111 | 70 | 0 | 24 | 342 | 73 | 63 |
| Binary | 111000 | 1011010 | 11001100 | 1001001 | 111000 | 0 | 10100 | 11100010 | 111011 | 110011 |
Color Harmonies of #385ACC
Complementary color
Monochromatic Colors of #385ACC
Black with #385ACC
Text Example
Text Example
White with #385ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385ACC; }
p { color: rgb(56,90,204); }
H1.HeaderClassName
{
color: #385ACC;
}
.AnyTagClassName
{
color: #385ACC;
}
</style>
background-color css
<style>
a { background-color: #385ACC; }
a { background-color: rgb(56,90,204); }
div.DivClassName
{
background-color: #385ACC;
}
.BgClassName
{
background-color: #385ACC;
}
</style>
border-color css
<style>
span { border-color: #385ACC; }
span { border-color: rgb(56,90,204); }
td.TdClassName
{
border-color: #385ACC;
}
.TagClassName
{
border-color: #385ACC;
}
</style>