Shades of Free Speech Blue #385ECC
Tints of Free Speech Blue #385ECC
RGB
CMYK
RGB Variations
Color information
#385ECC (or 0x385ECC) is known color: Free Speech Blue. HEX triplet: 38, 5E and CC. RGB value is (56,94,204). Sum of RGB (Red+Green+Blue) = 56+94+204=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 94 (37.11% from 255 or 26.55% from 354); Blue value is 204 (80.08% from 255 or 57.63% from 354); Max value from RGB is 204 - color contains mainly: blue. Hex color #385ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385ECC is #C7A133. Grayscale: #5E5E5E. Windows color (decimal): -13082932 or 13393464. OLE color: 13393464.
HSL color Cylindrical-coordinate representation of color #385ECC: hue angle of 224.59º 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 #385ECC is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 56 | 94 | 204 | - |
| CMYK | 0.73 | 0.54 | 0 | 0.2 |
| HSL | 224.59º | 0.59% | 0.51% | - |
| HSV(B) | 224.59º | 0.73% | 0.8% | - |
| XYZ | 16.53 | 13.21 | 58.8 | - |
| YUV | 95.18 | 189.41 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 94 | 204 | 0.73 | 0.54 | 0 | 0.2 | 224.59 | 0.59 | 0.51 |
| Hex | 38 | 5E | CC | 49 | 36 | 0 | 14 | E1 | 3B | 33 |
| Octal | 70 | 136 | 314 | 111 | 66 | 0 | 24 | 341 | 73 | 63 |
| Binary | 111000 | 1011110 | 11001100 | 1001001 | 110110 | 0 | 10100 | 11100001 | 111011 | 110011 |
Color Harmonies of #385ECC
Complementary color
Monochromatic Colors of #385ECC
Black with #385ECC
Text Example
Text Example
White with #385ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385ECC; }
p { color: rgb(56,94,204); }
H1.HeaderClassName
{
color: #385ECC;
}
.AnyTagClassName
{
color: #385ECC;
}
</style>
background-color css
<style>
a { background-color: #385ECC; }
a { background-color: rgb(56,94,204); }
div.DivClassName
{
background-color: #385ECC;
}
.BgClassName
{
background-color: #385ECC;
}
</style>
border-color css
<style>
span { border-color: #385ECC; }
span { border-color: rgb(56,94,204); }
td.TdClassName
{
border-color: #385ECC;
}
.TagClassName
{
border-color: #385ECC;
}
</style>